Shades of Yellow Green #ADD62C
Tints of Yellow Green #ADD62C
RGB
CMYK
RGB Variations
Color information
#ADD62C (or 0xADD62C) is known color: Yellow Green. HEX triplet: AD, D6 and 2C. RGB value is (173,214,44). Sum of RGB (Red+Green+Blue) = 173+214+44=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD62C is #5229D3. Grayscale: #B7B7B7. Windows color (decimal): -5384660 or 2938541. OLE color: 2938541.
HSL color Cylindrical-coordinate representation of color #ADD62C: hue angle of 74.47º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADD62C is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 44 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.16 |
| HSL | 74.47º | 0.67% | 0.51% | - |
| HSV(B) | 74.47º | 0.79% | 0.84% | - |
| XYZ | 41.73 | 57.16 | 11.22 | - |
| YUV | 182.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 44 | 0.19 | 0 | 0.79 | 0.16 | 74.47 | 0.67 | 0.51 |
| Hex | AD | D6 | 2C | 13 | 0 | 4F | 10 | 4A | 43 | 33 |
| Octal | 255 | 326 | 54 | 23 | 0 | 117 | 20 | 112 | 103 | 63 |
| Binary | 10101101 | 11010110 | 101100 | 10011 | 0 | 1001111 | 10000 | 1001010 | 1000011 | 110011 |
Color Harmonies of #ADD62C
Complementary color
Monochromatic Colors of #ADD62C
Black with #ADD62C
Text Example
Text Example
White with #ADD62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD62C; }
p { color: rgb(173,214,44); }
H1.HeaderClassName
{
color: #ADD62C;
}
.AnyTagClassName
{
color: #ADD62C;
}
</style>
background-color css
<style>
a { background-color: #ADD62C; }
a { background-color: rgb(173,214,44); }
div.DivClassName
{
background-color: #ADD62C;
}
.BgClassName
{
background-color: #ADD62C;
}
</style>
border-color css
<style>
span { border-color: #ADD62C; }
span { border-color: rgb(173,214,44); }
td.TdClassName
{
border-color: #ADD62C;
}
.TagClassName
{
border-color: #ADD62C;
}
</style>