Shades of Yellow Green #ADD02F
Tints of Yellow Green #ADD02F
RGB
CMYK
RGB Variations
Color information
#ADD02F (or 0xADD02F) is known color: Yellow Green. HEX triplet: AD, D0 and 2F. RGB value is (173,208,47). Sum of RGB (Red+Green+Blue) = 173+208+47=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD02F is #522FD0. Grayscale: #B3B3B3. Windows color (decimal): -5386193 or 3133613. OLE color: 3133613.
HSL color Cylindrical-coordinate representation of color #ADD02F: hue angle of 73.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADD02F is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 47 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.18 |
| HSL | 73.04º | 0.63% | 0.5% | - |
| HSV(B) | 73.04º | 0.77% | 0.82% | - |
| XYZ | 40.3 | 54.2 | 11.03 | - |
| YUV | 179.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 47 | 0.17 | 0 | 0.77 | 0.18 | 73.04 | 0.63 | 0.5 |
| Hex | AD | D0 | 2F | 11 | 0 | 4D | 12 | 49 | 3F | 32 |
| Octal | 255 | 320 | 57 | 21 | 0 | 115 | 22 | 111 | 77 | 62 |
| Binary | 10101101 | 11010000 | 101111 | 10001 | 0 | 1001101 | 10010 | 1001001 | 111111 | 110010 |
Color Harmonies of #ADD02F
Complementary color
Monochromatic Colors of #ADD02F
Black with #ADD02F
Text Example
Text Example
White with #ADD02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD02F; }
p { color: rgb(173,208,47); }
H1.HeaderClassName
{
color: #ADD02F;
}
.AnyTagClassName
{
color: #ADD02F;
}
</style>
background-color css
<style>
a { background-color: #ADD02F; }
a { background-color: rgb(173,208,47); }
div.DivClassName
{
background-color: #ADD02F;
}
.BgClassName
{
background-color: #ADD02F;
}
</style>
border-color css
<style>
span { border-color: #ADD02F; }
span { border-color: rgb(173,208,47); }
td.TdClassName
{
border-color: #ADD02F;
}
.TagClassName
{
border-color: #ADD02F;
}
</style>