Shades of Green Yellow #ABFF34
Tints of Green Yellow #ABFF34
RGB
CMYK
RGB Variations
Color information
#ABFF34 (or 0xABFF34) is known color: Green Yellow. HEX triplet: AB, FF and 34. RGB value is (171,255,52). Sum of RGB (Red+Green+Blue) = 171+255+52=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFF34 is #5400CB. Grayscale: #CFCFCF. Windows color (decimal): -5505228 or 3473323. OLE color: 3473323.
HSL color Cylindrical-coordinate representation of color #ABFF34: hue angle of 84.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABFF34 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 52 | - |
| CMYK | 0.33 | 0 | 0.80 | 0 |
| HSL | 84.83º | 1% | 0.6% | - |
| HSV(B) | 84.83º | 0.8% | 1% | - |
| XYZ | 53.17 | 80.43 | 15.97 | - |
| YUV | 206.74 | 40.67 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 52 | 0.33 | 0 | 0.80 | 0 | 84.83 | 1 | 0.6 |
| Hex | AB | FF | 34 | 21 | 0 | 50 | 0 | 55 | 64 | 3C |
| Octal | 253 | 377 | 64 | 41 | 0 | 120 | 0 | 125 | 144 | 74 |
| Binary | 10101011 | 11111111 | 110100 | 100001 | 0 | 1010000 | 0 | 1010101 | 1100100 | 111100 |
Color Harmonies of #ABFF34
Complementary color
Monochromatic Colors of #ABFF34
Black with #ABFF34
Text Example
Text Example
White with #ABFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF34; }
p { color: rgb(171,255,52); }
H1.HeaderClassName
{
color: #ABFF34;
}
.AnyTagClassName
{
color: #ABFF34;
}
</style>
background-color css
<style>
a { background-color: #ABFF34; }
a { background-color: rgb(171,255,52); }
div.DivClassName
{
background-color: #ABFF34;
}
.BgClassName
{
background-color: #ABFF34;
}
</style>
border-color css
<style>
span { border-color: #ABFF34; }
span { border-color: rgb(171,255,52); }
td.TdClassName
{
border-color: #ABFF34;
}
.TagClassName
{
border-color: #ABFF34;
}
</style>