Shades of Green Yellow #ABED32
Tints of Green Yellow #ABED32
RGB
CMYK
RGB Variations
Color information
#ABED32 (or 0xABED32) is known color: Green Yellow. HEX triplet: AB, ED and 32. RGB value is (171,237,50). Sum of RGB (Red+Green+Blue) = 171+237+50=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABED32 is #5412CD. Grayscale: #C4C4C4. Windows color (decimal): -5509838 or 3337643. OLE color: 3337643.
HSL color Cylindrical-coordinate representation of color #ABED32: hue angle of 81.18º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABED32 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 50 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.07 |
| HSL | 81.18º | 0.84% | 0.56% | - |
| HSV(B) | 81.18º | 0.79% | 0.93% | - |
| XYZ | 47.65 | 69.46 | 13.91 | - |
| YUV | 195.95 | 45.63 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 50 | 0.28 | 0 | 0.79 | 0.07 | 81.18 | 0.84 | 0.56 |
| Hex | AB | ED | 32 | 1C | 0 | 4F | 7 | 51 | 54 | 38 |
| Octal | 253 | 355 | 62 | 34 | 0 | 117 | 7 | 121 | 124 | 70 |
| Binary | 10101011 | 11101101 | 110010 | 11100 | 0 | 1001111 | 111 | 1010001 | 1010100 | 111000 |
Color Harmonies of #ABED32
Complementary color
Monochromatic Colors of #ABED32
Black with #ABED32
Text Example
Text Example
White with #ABED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABED32; }
p { color: rgb(171,237,50); }
H1.HeaderClassName
{
color: #ABED32;
}
.AnyTagClassName
{
color: #ABED32;
}
</style>
background-color css
<style>
a { background-color: #ABED32; }
a { background-color: rgb(171,237,50); }
div.DivClassName
{
background-color: #ABED32;
}
.BgClassName
{
background-color: #ABED32;
}
</style>
border-color css
<style>
span { border-color: #ABED32; }
span { border-color: rgb(171,237,50); }
td.TdClassName
{
border-color: #ABED32;
}
.TagClassName
{
border-color: #ABED32;
}
</style>