Shades of Rio Grande #ADD11B
Tints of Rio Grande #ADD11B
RGB
CMYK
RGB Variations
Color information
#ADD11B (or 0xADD11B) is known color: Rio Grande. HEX triplet: AD, D1 and 1B. RGB value is (173,209,27). Sum of RGB (Red+Green+Blue) = 173+209+27=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD11B is #522EE4. Grayscale: #B2B2B2. Windows color (decimal): -5385957 or 1823149. OLE color: 1823149.
HSL color Cylindrical-coordinate representation of color #ADD11B: hue angle of 71.87º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADD11B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 27 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.18 |
| HSL | 71.87º | 0.77% | 0.46% | - |
| HSV(B) | 71.87º | 0.87% | 0.82% | - |
| XYZ | 40.23 | 54.56 | 9.45 | - |
| YUV | 177.49 | 43.07 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 27 | 0.17 | 0 | 0.87 | 0.18 | 71.87 | 0.77 | 0.46 |
| Hex | AD | D1 | 1B | 11 | 0 | 57 | 12 | 48 | 4D | 2E |
| Octal | 255 | 321 | 33 | 21 | 0 | 127 | 22 | 110 | 115 | 56 |
| Binary | 10101101 | 11010001 | 11011 | 10001 | 0 | 1010111 | 10010 | 1001000 | 1001101 | 101110 |
Color Harmonies of #ADD11B
Complementary color
Monochromatic Colors of #ADD11B
Black with #ADD11B
Text Example
Text Example
White with #ADD11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD11B; }
p { color: rgb(173,209,27); }
H1.HeaderClassName
{
color: #ADD11B;
}
.AnyTagClassName
{
color: #ADD11B;
}
</style>
background-color css
<style>
a { background-color: #ADD11B; }
a { background-color: rgb(173,209,27); }
div.DivClassName
{
background-color: #ADD11B;
}
.BgClassName
{
background-color: #ADD11B;
}
</style>
border-color css
<style>
span { border-color: #ADD11B; }
span { border-color: rgb(173,209,27); }
td.TdClassName
{
border-color: #ADD11B;
}
.TagClassName
{
border-color: #ADD11B;
}
</style>