Shades of Yellow Green #ADD62B
Tints of Yellow Green #ADD62B
RGB
CMYK
RGB Variations
Color information
#ADD62B (or 0xADD62B) is known color: Yellow Green. HEX triplet: AD, D6 and 2B. RGB value is (173,214,43). Sum of RGB (Red+Green+Blue) = 173+214+43=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD62B is #5229D4. Grayscale: #B6B6B6. Windows color (decimal): -5384661 or 2873005. OLE color: 2873005.
HSL color Cylindrical-coordinate representation of color #ADD62B: hue angle of 74.39º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADD62B is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 43 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.16 |
| HSL | 74.39º | 0.68% | 0.5% | - |
| HSV(B) | 74.39º | 0.8% | 0.84% | - |
| XYZ | 41.72 | 57.15 | 11.12 | - |
| YUV | 182.25 | 49.42 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 43 | 0.19 | 0 | 0.80 | 0.16 | 74.39 | 0.68 | 0.5 |
| Hex | AD | D6 | 2B | 13 | 0 | 50 | 10 | 4A | 44 | 32 |
| Octal | 255 | 326 | 53 | 23 | 0 | 120 | 20 | 112 | 104 | 62 |
| Binary | 10101101 | 11010110 | 101011 | 10011 | 0 | 1010000 | 10000 | 1001010 | 1000100 | 110010 |
Color Harmonies of #ADD62B
Complementary color
Monochromatic Colors of #ADD62B
Black with #ADD62B
Text Example
Text Example
White with #ADD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD62B; }
p { color: rgb(173,214,43); }
H1.HeaderClassName
{
color: #ADD62B;
}
.AnyTagClassName
{
color: #ADD62B;
}
</style>
background-color css
<style>
a { background-color: #ADD62B; }
a { background-color: rgb(173,214,43); }
div.DivClassName
{
background-color: #ADD62B;
}
.BgClassName
{
background-color: #ADD62B;
}
</style>
border-color css
<style>
span { border-color: #ADD62B; }
span { border-color: rgb(173,214,43); }
td.TdClassName
{
border-color: #ADD62B;
}
.TagClassName
{
border-color: #ADD62B;
}
</style>