Shades of Green Yellow #ABF432
Tints of Green Yellow #ABF432
RGB
CMYK
RGB Variations
Color information
#ABF432 (or 0xABF432) is known color: Green Yellow. HEX triplet: AB, F4 and 32. RGB value is (171,244,50). Sum of RGB (Red+Green+Blue) = 171+244+50=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF432 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF432 is #540BCD. Grayscale: #C8C8C8. Windows color (decimal): -5508046 or 3339435. OLE color: 3339435.
HSL color Cylindrical-coordinate representation of color #ABF432: hue angle of 82.58º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABF432 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 50 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.04 |
| HSL | 82.58º | 0.9% | 0.58% | - |
| HSV(B) | 82.58º | 0.8% | 0.96% | - |
| XYZ | 49.72 | 73.59 | 14.6 | - |
| YUV | 200.06 | 43.32 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 50 | 0.30 | 0 | 0.80 | 0.04 | 82.58 | 0.9 | 0.58 |
| Hex | AB | F4 | 32 | 1E | 0 | 50 | 4 | 53 | 5A | 3A |
| Octal | 253 | 364 | 62 | 36 | 0 | 120 | 4 | 123 | 132 | 72 |
| Binary | 10101011 | 11110100 | 110010 | 11110 | 0 | 1010000 | 100 | 1010011 | 1011010 | 111010 |
Color Harmonies of #ABF432
Complementary color
Monochromatic Colors of #ABF432
Black with #ABF432
Text Example
Text Example
White with #ABF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF432; }
p { color: rgb(171,244,50); }
H1.HeaderClassName
{
color: #ABF432;
}
.AnyTagClassName
{
color: #ABF432;
}
</style>
background-color css
<style>
a { background-color: #ABF432; }
a { background-color: rgb(171,244,50); }
div.DivClassName
{
background-color: #ABF432;
}
.BgClassName
{
background-color: #ABF432;
}
</style>
border-color css
<style>
span { border-color: #ABF432; }
span { border-color: rgb(171,244,50); }
td.TdClassName
{
border-color: #ABF432;
}
.TagClassName
{
border-color: #ABF432;
}
</style>