COLOR #ABF550

HEX: #ABF550
RGB: (171,245,80)

Color info

#ABF550 contains mainly green color. Web safe color of #ABF550 is #99FF66 (or #9F6).

RGB color model

#ABF550 color RGB value is (171,245,80).

  • red value is 171;
  • green value is 245;
  • blue value is 80.
RGB:
(171,245,80)
(67%,96%,31%)

RGB channels and saturation

R 171 of 255 = 67%
G 245 of 255 = 96%
B 80 of 255 = 31%

171
245
80

R + G + B ~ 65%. #ABF550 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 245 + 80 = 496 (100%)
R 171 of 496 ~ 34.48%
G 245 of 496 ~ 49.4%
B 80 of 496 ~ 16.13%

%34.48
%49.4
%16.13

CMYK color model

#ABF550 color CMYK value is (30,0,67,4).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 67.35%
  • key color value is 3.92%
CMYK:
(30,0,67,4)
C30M0Y67K4 
(30%,0%,67%,4%)
(0.30/0.00/0.67/0.04)	

CMYK percentages

%30.2
%0
%67.35
%3.92

Codes

Color #ABF550 in popluar color models

ABF550
RGB17124580
HSL87°89.19%63.73%
HSB/HSV87°67.35%96.08%
CMYK30.20%0.00%67.35%
3.92%

Color #ABF550 in popluar number systems.

HEXABF550
Decimal17124580
Binary10101011111101011010000
Octal253365120

Shades and tints

Shades of #ABF550

#ABF550
(171,245,80)
#9CDF49
(156,223,73)
#8DC942
(141,201,66)
#7EB33B
(126,179,59)
#6F9D34
(111,157,52)
#60872D
(96,135,45)
#517126
(81,113,38)
#425B1F
(66,91,31)
#334518
(51,69,24)
#242F11
(36,47,17)
#15190A
(21,25,10)
#000000
(0,0,0)

Tints of #ABF550

#ABF550
(171,245,80)
#B2F55F
(178,245,95)
#B9F56E
(185,245,110)
#C0F57D
(192,245,125)
#C7F58C
(199,245,140)
#CEF59B
(206,245,155)
#D5F5AA
(213,245,170)
#DCF5B9
(220,245,185)
#E3F5C8
(227,245,200)
#EAF5D7
(234,245,215)
#F1F5E6
(241,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF550 color. Also use rgb(171,245,80) instead hex code.

Text Font Color

.myTextColor { color: #ABF550; }

<p style="color:#ABF550">This sample text font color is #ABF550.</p>

This text font color is #ABF550.


Background Color

.myBgColor { background-color: #ABF550; }

<div style="background-color:#ABF550">Inner text</div>

This div background color is #ABF550.


Border color

.myBorderColor { border: 1px solid #ABF550; }

<div style="border:3px solid #ABF550">Div</div>

This div border color is #ABF550.


Opacity

.myOpacity80 { color: #ABF550; opacity: 0.8; }

<p style="color:#ABF550;opacity:0.8;">80%</p>

Text with #ABF550 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ABF550;}

<p style="text-shadow: 3px 3px 1px #ABF550">Text here.</p>

This text has shadow with #ABF550 color.

.textShadow {text-shadow: 3px 3px 1px #ABF550, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABF550, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABF550 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABF550, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABF550, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABF550 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABF550;
  -webkit-box-shadow:	1px 1px 3px 2px #ABF550;
  box-shadow:		1px 1px 3px 2px #ABF550;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABF550;
-webkit-box-shadow: 1px 1px 3px 2px #ABF550;
box-shadow:1px 1px 3px 2px #ABF550;">
Div content here</div>
This div box has shadow with color #ABF550.

Preview

Color preview on black background

This text has color #ABF550 on black background.


Color preview on white background

This text has color #ABF550 on white background.



Black color preview on #ABF550 background

This text has black color on #ABF550 background.


White color preview on #ABF550 background

This text has white color on #ABF550 background.