Shades of Green Yellow #ABF227
Tints of Green Yellow #ABF227
RGB
CMYK
RGB Variations
Color information
#ABF227 (or 0xABF227) is known color: Green Yellow. HEX triplet: AB, F2 and 27. RGB value is (171,242,39). Sum of RGB (Red+Green+Blue) = 171+242+39=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF227 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF227 is #540DD8. Grayscale: #C6C6C6. Windows color (decimal): -5508569 or 2618027. OLE color: 2618027.
HSL color Cylindrical-coordinate representation of color #ABF227: hue angle of 80.99º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABF227 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 39 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.05 |
| HSL | 80.99º | 0.89% | 0.55% | - |
| HSV(B) | 80.99º | 0.84% | 0.95% | - |
| XYZ | 48.91 | 72.31 | 13.3 | - |
| YUV | 197.63 | 38.48 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 39 | 0.29 | 0 | 0.84 | 0.05 | 80.99 | 0.89 | 0.55 |
| Hex | AB | F2 | 27 | 1D | 0 | 54 | 5 | 51 | 59 | 37 |
| Octal | 253 | 362 | 47 | 35 | 0 | 124 | 5 | 121 | 131 | 67 |
| Binary | 10101011 | 11110010 | 100111 | 11101 | 0 | 1010100 | 101 | 1010001 | 1011001 | 110111 |
Color Harmonies of #ABF227
Complementary color
Monochromatic Colors of #ABF227
Black with #ABF227
Text Example
Text Example
White with #ABF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF227; }
p { color: rgb(171,242,39); }
H1.HeaderClassName
{
color: #ABF227;
}
.AnyTagClassName
{
color: #ABF227;
}
</style>
background-color css
<style>
a { background-color: #ABF227; }
a { background-color: rgb(171,242,39); }
div.DivClassName
{
background-color: #ABF227;
}
.BgClassName
{
background-color: #ABF227;
}
</style>
border-color css
<style>
span { border-color: #ABF227; }
span { border-color: rgb(171,242,39); }
td.TdClassName
{
border-color: #ABF227;
}
.TagClassName
{
border-color: #ABF227;
}
</style>