Shades of Yellow Green #ADD630
Tints of Yellow Green #ADD630
RGB
CMYK
RGB Variations
Color information
#ADD630 (or 0xADD630) is known color: Yellow Green. HEX triplet: AD, D6 and 30. RGB value is (173,214,48). Sum of RGB (Red+Green+Blue) = 173+214+48=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD630 is #5229CF. Grayscale: #B7B7B7. Windows color (decimal): -5384656 or 3200685. OLE color: 3200685.
HSL color Cylindrical-coordinate representation of color #ADD630: hue angle of 74.82º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADD630 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 48 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.16 |
| HSL | 74.82º | 0.67% | 0.51% | - |
| HSV(B) | 74.82º | 0.78% | 0.84% | - |
| XYZ | 41.81 | 57.19 | 11.63 | - |
| YUV | 182.82 | 51.92 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 48 | 0.19 | 0 | 0.78 | 0.16 | 74.82 | 0.67 | 0.51 |
| Hex | AD | D6 | 30 | 13 | 0 | 4E | 10 | 4B | 43 | 33 |
| Octal | 255 | 326 | 60 | 23 | 0 | 116 | 20 | 113 | 103 | 63 |
| Binary | 10101101 | 11010110 | 110000 | 10011 | 0 | 1001110 | 10000 | 1001011 | 1000011 | 110011 |
Color Harmonies of #ADD630
Complementary color
Monochromatic Colors of #ADD630
Black with #ADD630
Text Example
Text Example
White with #ADD630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD630; }
p { color: rgb(173,214,48); }
H1.HeaderClassName
{
color: #ADD630;
}
.AnyTagClassName
{
color: #ADD630;
}
</style>
background-color css
<style>
a { background-color: #ADD630; }
a { background-color: rgb(173,214,48); }
div.DivClassName
{
background-color: #ADD630;
}
.BgClassName
{
background-color: #ADD630;
}
</style>
border-color css
<style>
span { border-color: #ADD630; }
span { border-color: rgb(173,214,48); }
td.TdClassName
{
border-color: #ADD630;
}
.TagClassName
{
border-color: #ADD630;
}
</style>