Shades of Green Yellow #ABF240
Tints of Green Yellow #ABF240
RGB
CMYK
RGB Variations
Color information
#ABF240 (or 0xABF240) is known color: Green Yellow. HEX triplet: AB, F2 and 40. RGB value is (171,242,64). Sum of RGB (Red+Green+Blue) = 171+242+64=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF240 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF240 is #540DBF. Grayscale: #C9C9C9. Windows color (decimal): -5508544 or 4256427. OLE color: 4256427.
HSL color Cylindrical-coordinate representation of color #ABF240: hue angle of 83.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABF240 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 64 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.05 |
| HSL | 83.93º | 0.87% | 0.6% | - |
| HSV(B) | 83.93º | 0.74% | 0.95% | - |
| XYZ | 49.47 | 72.53 | 16.24 | - |
| YUV | 200.48 | 50.98 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 64 | 0.29 | 0 | 0.74 | 0.05 | 83.93 | 0.87 | 0.6 |
| Hex | AB | F2 | 40 | 1D | 0 | 4A | 5 | 54 | 57 | 3C |
| Octal | 253 | 362 | 100 | 35 | 0 | 112 | 5 | 124 | 127 | 74 |
| Binary | 10101011 | 11110010 | 1000000 | 11101 | 0 | 1001010 | 101 | 1010100 | 1010111 | 111100 |
Color Harmonies of #ABF240
Complementary color
Monochromatic Colors of #ABF240
Black with #ABF240
Text Example
Text Example
White with #ABF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF240; }
p { color: rgb(171,242,64); }
H1.HeaderClassName
{
color: #ABF240;
}
.AnyTagClassName
{
color: #ABF240;
}
</style>
background-color css
<style>
a { background-color: #ABF240; }
a { background-color: rgb(171,242,64); }
div.DivClassName
{
background-color: #ABF240;
}
.BgClassName
{
background-color: #ABF240;
}
</style>
border-color css
<style>
span { border-color: #ABF240; }
span { border-color: rgb(171,242,64); }
td.TdClassName
{
border-color: #ABF240;
}
.TagClassName
{
border-color: #ABF240;
}
</style>