Shades of Rio Grande #ADD320
Tints of Rio Grande #ADD320
RGB
CMYK
RGB Variations
Color information
#ADD320 (or 0xADD320) is known color: Rio Grande. HEX triplet: AD, D3 and 20. RGB value is (173,211,32). Sum of RGB (Red+Green+Blue) = 173+211+32=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD320 is #522CDF. Grayscale: #B3B3B3. Windows color (decimal): -5385440 or 2151341. OLE color: 2151341.
HSL color Cylindrical-coordinate representation of color #ADD320: hue angle of 72.74º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADD320 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 32 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.17 |
| HSL | 72.74º | 0.74% | 0.48% | - |
| HSV(B) | 72.74º | 0.85% | 0.83% | - |
| XYZ | 40.79 | 55.58 | 9.94 | - |
| YUV | 179.23 | 44.91 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 32 | 0.18 | 0 | 0.85 | 0.17 | 72.74 | 0.74 | 0.48 |
| Hex | AD | D3 | 20 | 12 | 0 | 55 | 11 | 49 | 4A | 30 |
| Octal | 255 | 323 | 40 | 22 | 0 | 125 | 21 | 111 | 112 | 60 |
| Binary | 10101101 | 11010011 | 100000 | 10010 | 0 | 1010101 | 10001 | 1001001 | 1001010 | 110000 |
Color Harmonies of #ADD320
Complementary color
Monochromatic Colors of #ADD320
Black with #ADD320
Text Example
Text Example
White with #ADD320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD320; }
p { color: rgb(173,211,32); }
H1.HeaderClassName
{
color: #ADD320;
}
.AnyTagClassName
{
color: #ADD320;
}
</style>
background-color css
<style>
a { background-color: #ADD320; }
a { background-color: rgb(173,211,32); }
div.DivClassName
{
background-color: #ADD320;
}
.BgClassName
{
background-color: #ADD320;
}
</style>
border-color css
<style>
span { border-color: #ADD320; }
span { border-color: rgb(173,211,32); }
td.TdClassName
{
border-color: #ADD320;
}
.TagClassName
{
border-color: #ADD320;
}
</style>