Shades of Green Yellow #ABF03C
Tints of Green Yellow #ABF03C
RGB
CMYK
RGB Variations
Color information
#ABF03C (or 0xABF03C) is known color: Green Yellow. HEX triplet: AB, F0 and 3C. RGB value is (171,240,60). Sum of RGB (Red+Green+Blue) = 171+240+60=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF03C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF03C is #540FC3. Grayscale: #C7C7C7. Windows color (decimal): -5509060 or 3993771. OLE color: 3993771.
HSL color Cylindrical-coordinate representation of color #ABF03C: hue angle of 83º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABF03C is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 60 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.06 |
| HSL | 83º | 0.86% | 0.59% | - |
| HSV(B) | 83º | 0.75% | 0.94% | - |
| XYZ | 48.77 | 71.3 | 15.47 | - |
| YUV | 198.85 | 49.64 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 60 | 0.29 | 0 | 0.75 | 0.06 | 83 | 0.86 | 0.59 |
| Hex | AB | F0 | 3C | 1D | 0 | 4B | 6 | 53 | 56 | 3B |
| Octal | 253 | 360 | 74 | 35 | 0 | 113 | 6 | 123 | 126 | 73 |
| Binary | 10101011 | 11110000 | 111100 | 11101 | 0 | 1001011 | 110 | 1010011 | 1010110 | 111011 |
Color Harmonies of #ABF03C
Complementary color
Monochromatic Colors of #ABF03C
Black with #ABF03C
Text Example
Text Example
White with #ABF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF03C; }
p { color: rgb(171,240,60); }
H1.HeaderClassName
{
color: #ABF03C;
}
.AnyTagClassName
{
color: #ABF03C;
}
</style>
background-color css
<style>
a { background-color: #ABF03C; }
a { background-color: rgb(171,240,60); }
div.DivClassName
{
background-color: #ABF03C;
}
.BgClassName
{
background-color: #ABF03C;
}
</style>
border-color css
<style>
span { border-color: #ABF03C; }
span { border-color: rgb(171,240,60); }
td.TdClassName
{
border-color: #ABF03C;
}
.TagClassName
{
border-color: #ABF03C;
}
</style>