Shades of Yellow Green #ABDF2D
Tints of Yellow Green #ABDF2D
RGB
CMYK
RGB Variations
Color information
#ABDF2D (or 0xABDF2D) is known color: Yellow Green. HEX triplet: AB, DF and 2D. RGB value is (171,223,45). Sum of RGB (Red+Green+Blue) = 171+223+45=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF2D is #5420D2. Grayscale: #BBBBBB. Windows color (decimal): -5513427 or 3006379. OLE color: 3006379.
HSL color Cylindrical-coordinate representation of color #ABDF2D: hue angle of 77.53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABDF2D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 45 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.13 |
| HSL | 77.53º | 0.74% | 0.53% | - |
| HSV(B) | 77.53º | 0.8% | 0.87% | - |
| XYZ | 43.66 | 61.62 | 12.08 | - |
| YUV | 187.16 | 47.77 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 45 | 0.23 | 0 | 0.80 | 0.13 | 77.53 | 0.74 | 0.53 |
| Hex | AB | DF | 2D | 17 | 0 | 50 | D | 4E | 4A | 35 |
| Octal | 253 | 337 | 55 | 27 | 0 | 120 | 15 | 116 | 112 | 65 |
| Binary | 10101011 | 11011111 | 101101 | 10111 | 0 | 1010000 | 1101 | 1001110 | 1001010 | 110101 |
Color Harmonies of #ABDF2D
Complementary color
Monochromatic Colors of #ABDF2D
Black with #ABDF2D
Text Example
Text Example
White with #ABDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF2D; }
p { color: rgb(171,223,45); }
H1.HeaderClassName
{
color: #ABDF2D;
}
.AnyTagClassName
{
color: #ABDF2D;
}
</style>
background-color css
<style>
a { background-color: #ABDF2D; }
a { background-color: rgb(171,223,45); }
div.DivClassName
{
background-color: #ABDF2D;
}
.BgClassName
{
background-color: #ABDF2D;
}
</style>
border-color css
<style>
span { border-color: #ABDF2D; }
span { border-color: rgb(171,223,45); }
td.TdClassName
{
border-color: #ABDF2D;
}
.TagClassName
{
border-color: #ABDF2D;
}
</style>