Shades of Yellow Green #ABDE2D
Tints of Yellow Green #ABDE2D
RGB
CMYK
RGB Variations
Color information
#ABDE2D (or 0xABDE2D) is known color: Yellow Green. HEX triplet: AB, DE and 2D. RGB value is (171,222,45). Sum of RGB (Red+Green+Blue) = 171+222+45=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDE2D is #5421D2. Grayscale: #BBBBBB. Windows color (decimal): -5513683 or 3006123. OLE color: 3006123.
HSL color Cylindrical-coordinate representation of color #ABDE2D: hue angle of 77.29º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABDE2D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 45 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.13 |
| HSL | 77.29º | 0.73% | 0.52% | - |
| HSV(B) | 77.29º | 0.8% | 0.87% | - |
| XYZ | 43.39 | 61.09 | 11.99 | - |
| YUV | 186.57 | 48.1 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 45 | 0.23 | 0 | 0.80 | 0.13 | 77.29 | 0.73 | 0.52 |
| Hex | AB | DE | 2D | 17 | 0 | 50 | D | 4D | 49 | 34 |
| Octal | 253 | 336 | 55 | 27 | 0 | 120 | 15 | 115 | 111 | 64 |
| Binary | 10101011 | 11011110 | 101101 | 10111 | 0 | 1010000 | 1101 | 1001101 | 1001001 | 110100 |
Color Harmonies of #ABDE2D
Complementary color
Monochromatic Colors of #ABDE2D
Black with #ABDE2D
Text Example
Text Example
White with #ABDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE2D; }
p { color: rgb(171,222,45); }
H1.HeaderClassName
{
color: #ABDE2D;
}
.AnyTagClassName
{
color: #ABDE2D;
}
</style>
background-color css
<style>
a { background-color: #ABDE2D; }
a { background-color: rgb(171,222,45); }
div.DivClassName
{
background-color: #ABDE2D;
}
.BgClassName
{
background-color: #ABDE2D;
}
</style>
border-color css
<style>
span { border-color: #ABDE2D; }
span { border-color: rgb(171,222,45); }
td.TdClassName
{
border-color: #ABDE2D;
}
.TagClassName
{
border-color: #ABDE2D;
}
</style>