Shades of Rio Grande #C7D414
Tints of Rio Grande #C7D414
RGB
CMYK
RGB Variations
Color information
#C7D414 (or 0xC7D414) is known color: Rio Grande. HEX triplet: C7, D4 and 14. RGB value is (199,212,20). Sum of RGB (Red+Green+Blue) = 199+212+20=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D414 is #382BEB. Grayscale: #BABABA. Windows color (decimal): -3681260 or 1365191. OLE color: 1365191.
HSL color Cylindrical-coordinate representation of color #C7D414: hue angle of 64.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7D414 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.17 |
| HSL | 64.06º | 0.83% | 0.45% | - |
| HSV(B) | 64.06º | 0.91% | 0.83% | - |
| XYZ | 47.22 | 59.28 | 9.62 | - |
| YUV | 186.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 20 | 0.06 | 0 | 0.91 | 0.17 | 64.06 | 0.83 | 0.45 |
| Hex | C7 | D4 | 14 | 6 | 0 | 5B | 11 | 40 | 53 | 2D |
| Octal | 307 | 324 | 24 | 6 | 0 | 133 | 21 | 100 | 123 | 55 |
| Binary | 11000111 | 11010100 | 10100 | 110 | 0 | 1011011 | 10001 | 1000000 | 1010011 | 101101 |
Color Harmonies of #C7D414
Complementary color
Monochromatic Colors of #C7D414
Black with #C7D414
Text Example
Text Example
White with #C7D414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D414; }
p { color: rgb(199,212,20); }
H1.HeaderClassName
{
color: #C7D414;
}
.AnyTagClassName
{
color: #C7D414;
}
</style>
background-color css
<style>
a { background-color: #C7D414; }
a { background-color: rgb(199,212,20); }
div.DivClassName
{
background-color: #C7D414;
}
.BgClassName
{
background-color: #C7D414;
}
</style>
border-color css
<style>
span { border-color: #C7D414; }
span { border-color: rgb(199,212,20); }
td.TdClassName
{
border-color: #C7D414;
}
.TagClassName
{
border-color: #C7D414;
}
</style>