Shades of Yellow Green #ADD42D
Tints of Yellow Green #ADD42D
RGB
CMYK
RGB Variations
Color information
#ADD42D (or 0xADD42D) is known color: Yellow Green. HEX triplet: AD, D4 and 2D. RGB value is (173,212,45). Sum of RGB (Red+Green+Blue) = 173+212+45=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD42D is #522BD2. Grayscale: #B5B5B5. Windows color (decimal): -5385171 or 3003565. OLE color: 3003565.
HSL color Cylindrical-coordinate representation of color #ADD42D: hue angle of 74.01º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADD42D is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 45 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.17 |
| HSL | 74.01º | 0.66% | 0.5% | - |
| HSV(B) | 74.01º | 0.79% | 0.83% | - |
| XYZ | 41.25 | 56.16 | 11.15 | - |
| YUV | 181.3 | 51.08 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 45 | 0.18 | 0 | 0.79 | 0.17 | 74.01 | 0.66 | 0.5 |
| Hex | AD | D4 | 2D | 12 | 0 | 4F | 11 | 4A | 42 | 32 |
| Octal | 255 | 324 | 55 | 22 | 0 | 117 | 21 | 112 | 102 | 62 |
| Binary | 10101101 | 11010100 | 101101 | 10010 | 0 | 1001111 | 10001 | 1001010 | 1000010 | 110010 |
Color Harmonies of #ADD42D
Complementary color
Monochromatic Colors of #ADD42D
Black with #ADD42D
Text Example
Text Example
White with #ADD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD42D; }
p { color: rgb(173,212,45); }
H1.HeaderClassName
{
color: #ADD42D;
}
.AnyTagClassName
{
color: #ADD42D;
}
</style>
background-color css
<style>
a { background-color: #ADD42D; }
a { background-color: rgb(173,212,45); }
div.DivClassName
{
background-color: #ADD42D;
}
.BgClassName
{
background-color: #ADD42D;
}
</style>
border-color css
<style>
span { border-color: #ADD42D; }
span { border-color: rgb(173,212,45); }
td.TdClassName
{
border-color: #ADD42D;
}
.TagClassName
{
border-color: #ADD42D;
}
</style>