Shades of Yellow Green #ADD42F
Tints of Yellow Green #ADD42F
RGB
CMYK
RGB Variations
Color information
#ADD42F (or 0xADD42F) is known color: Yellow Green. HEX triplet: AD, D4 and 2F. RGB value is (173,212,47). Sum of RGB (Red+Green+Blue) = 173+212+47=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD42F is #522BD0. Grayscale: #B6B6B6. Windows color (decimal): -5385169 or 3134637. OLE color: 3134637.
HSL color Cylindrical-coordinate representation of color #ADD42F: hue angle of 74.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADD42F is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 47 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.17 |
| HSL | 74.18º | 0.66% | 0.51% | - |
| HSV(B) | 74.18º | 0.78% | 0.83% | - |
| XYZ | 41.29 | 56.18 | 11.36 | - |
| YUV | 181.53 | 52.08 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 47 | 0.18 | 0 | 0.78 | 0.17 | 74.18 | 0.66 | 0.51 |
| Hex | AD | D4 | 2F | 12 | 0 | 4E | 11 | 4A | 42 | 33 |
| Octal | 255 | 324 | 57 | 22 | 0 | 116 | 21 | 112 | 102 | 63 |
| Binary | 10101101 | 11010100 | 101111 | 10010 | 0 | 1001110 | 10001 | 1001010 | 1000010 | 110011 |
Color Harmonies of #ADD42F
Complementary color
Monochromatic Colors of #ADD42F
Black with #ADD42F
Text Example
Text Example
White with #ADD42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD42F; }
p { color: rgb(173,212,47); }
H1.HeaderClassName
{
color: #ADD42F;
}
.AnyTagClassName
{
color: #ADD42F;
}
</style>
background-color css
<style>
a { background-color: #ADD42F; }
a { background-color: rgb(173,212,47); }
div.DivClassName
{
background-color: #ADD42F;
}
.BgClassName
{
background-color: #ADD42F;
}
</style>
border-color css
<style>
span { border-color: #ADD42F; }
span { border-color: rgb(173,212,47); }
td.TdClassName
{
border-color: #ADD42F;
}
.TagClassName
{
border-color: #ADD42F;
}
</style>