Shades of Rio Grande #C7D416
Tints of Rio Grande #C7D416
RGB
CMYK
RGB Variations
Color information
#C7D416 (or 0xC7D416) is known color: Rio Grande. HEX triplet: C7, D4 and 16. RGB value is (199,212,22). Sum of RGB (Red+Green+Blue) = 199+212+22=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D416 is #382BE9. Grayscale: #BBBBBB. Windows color (decimal): -3681258 or 1496263. OLE color: 1496263.
HSL color Cylindrical-coordinate representation of color #C7D416: hue angle of 64.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7D416 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.17 |
| HSL | 64.11º | 0.81% | 0.46% | - |
| HSV(B) | 64.11º | 0.9% | 0.83% | - |
| XYZ | 47.24 | 59.29 | 9.71 | - |
| YUV | 186.45 | 35.19 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 22 | 0.06 | 0 | 0.90 | 0.17 | 64.11 | 0.81 | 0.46 |
| Hex | C7 | D4 | 16 | 6 | 0 | 5A | 11 | 40 | 51 | 2E |
| Octal | 307 | 324 | 26 | 6 | 0 | 132 | 21 | 100 | 121 | 56 |
| Binary | 11000111 | 11010100 | 10110 | 110 | 0 | 1011010 | 10001 | 1000000 | 1010001 | 101110 |
Color Harmonies of #C7D416
Complementary color
Monochromatic Colors of #C7D416
Black with #C7D416
Text Example
Text Example
White with #C7D416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D416; }
p { color: rgb(199,212,22); }
H1.HeaderClassName
{
color: #C7D416;
}
.AnyTagClassName
{
color: #C7D416;
}
</style>
background-color css
<style>
a { background-color: #C7D416; }
a { background-color: rgb(199,212,22); }
div.DivClassName
{
background-color: #C7D416;
}
.BgClassName
{
background-color: #C7D416;
}
</style>
border-color css
<style>
span { border-color: #C7D416; }
span { border-color: rgb(199,212,22); }
td.TdClassName
{
border-color: #C7D416;
}
.TagClassName
{
border-color: #C7D416;
}
</style>