Shades of Green Yellow #ABF242
Tints of Green Yellow #ABF242
RGB
CMYK
RGB Variations
Color information
#ABF242 (or 0xABF242) is known color: Green Yellow. HEX triplet: AB, F2 and 42. RGB value is (171,242,66). Sum of RGB (Red+Green+Blue) = 171+242+66=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF242 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF242 is #540DBD. Grayscale: #C9C9C9. Windows color (decimal): -5508542 or 4387499. OLE color: 4387499.
HSL color Cylindrical-coordinate representation of color #ABF242: hue angle of 84.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABF242 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 66 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.05 |
| HSL | 84.2º | 0.87% | 0.6% | - |
| HSV(B) | 84.2º | 0.73% | 0.95% | - |
| XYZ | 49.53 | 72.56 | 16.55 | - |
| YUV | 200.71 | 51.98 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 66 | 0.29 | 0 | 0.73 | 0.05 | 84.2 | 0.87 | 0.6 |
| Hex | AB | F2 | 42 | 1D | 0 | 49 | 5 | 54 | 57 | 3C |
| Octal | 253 | 362 | 102 | 35 | 0 | 111 | 5 | 124 | 127 | 74 |
| Binary | 10101011 | 11110010 | 1000010 | 11101 | 0 | 1001001 | 101 | 1010100 | 1010111 | 111100 |
Color Harmonies of #ABF242
Complementary color
Monochromatic Colors of #ABF242
Black with #ABF242
Text Example
Text Example
White with #ABF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF242; }
p { color: rgb(171,242,66); }
H1.HeaderClassName
{
color: #ABF242;
}
.AnyTagClassName
{
color: #ABF242;
}
</style>
background-color css
<style>
a { background-color: #ABF242; }
a { background-color: rgb(171,242,66); }
div.DivClassName
{
background-color: #ABF242;
}
.BgClassName
{
background-color: #ABF242;
}
</style>
border-color css
<style>
span { border-color: #ABF242; }
span { border-color: rgb(171,242,66); }
td.TdClassName
{
border-color: #ABF242;
}
.TagClassName
{
border-color: #ABF242;
}
</style>