Shades of Yellow Green #ADD42B
Tints of Yellow Green #ADD42B
RGB
CMYK
RGB Variations
Color information
#ADD42B (or 0xADD42B) is known color: Yellow Green. HEX triplet: AD, D4 and 2B. RGB value is (173,212,43). Sum of RGB (Red+Green+Blue) = 173+212+43=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD42B is #522BD4. Grayscale: #B5B5B5. Windows color (decimal): -5385173 or 2872493. OLE color: 2872493.
HSL color Cylindrical-coordinate representation of color #ADD42B: hue angle of 73.85º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADD42B is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 43 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.17 |
| HSL | 73.85º | 0.66% | 0.5% | - |
| HSV(B) | 73.85º | 0.8% | 0.83% | - |
| XYZ | 41.21 | 56.15 | 10.95 | - |
| YUV | 181.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 43 | 0.18 | 0 | 0.80 | 0.17 | 73.85 | 0.66 | 0.5 |
| Hex | AD | D4 | 2B | 12 | 0 | 50 | 11 | 4A | 42 | 32 |
| Octal | 255 | 324 | 53 | 22 | 0 | 120 | 21 | 112 | 102 | 62 |
| Binary | 10101101 | 11010100 | 101011 | 10010 | 0 | 1010000 | 10001 | 1001010 | 1000010 | 110010 |
Color Harmonies of #ADD42B
Complementary color
Monochromatic Colors of #ADD42B
Black with #ADD42B
Text Example
Text Example
White with #ADD42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD42B; }
p { color: rgb(173,212,43); }
H1.HeaderClassName
{
color: #ADD42B;
}
.AnyTagClassName
{
color: #ADD42B;
}
</style>
background-color css
<style>
a { background-color: #ADD42B; }
a { background-color: rgb(173,212,43); }
div.DivClassName
{
background-color: #ADD42B;
}
.BgClassName
{
background-color: #ADD42B;
}
</style>
border-color css
<style>
span { border-color: #ADD42B; }
span { border-color: rgb(173,212,43); }
td.TdClassName
{
border-color: #ADD42B;
}
.TagClassName
{
border-color: #ADD42B;
}
</style>