Shades of Rio Grande #C7D419
Tints of Rio Grande #C7D419
RGB
CMYK
RGB Variations
Color information
#C7D419 (or 0xC7D419) is known color: Rio Grande. HEX triplet: C7, D4 and 19. RGB value is (199,212,25). Sum of RGB (Red+Green+Blue) = 199+212+25=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D419 is #382BE6. Grayscale: #BBBBBB. Windows color (decimal): -3681255 or 1692871. OLE color: 1692871.
HSL color Cylindrical-coordinate representation of color #C7D419: hue angle of 64.17º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7D419 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 25 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.17 |
| HSL | 64.17º | 0.79% | 0.46% | - |
| HSV(B) | 64.17º | 0.88% | 0.83% | - |
| XYZ | 47.27 | 59.3 | 9.87 | - |
| YUV | 186.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 25 | 0.06 | 0 | 0.88 | 0.17 | 64.17 | 0.79 | 0.46 |
| Hex | C7 | D4 | 19 | 6 | 0 | 58 | 11 | 40 | 4F | 2E |
| Octal | 307 | 324 | 31 | 6 | 0 | 130 | 21 | 100 | 117 | 56 |
| Binary | 11000111 | 11010100 | 11001 | 110 | 0 | 1011000 | 10001 | 1000000 | 1001111 | 101110 |
Color Harmonies of #C7D419
Complementary color
Monochromatic Colors of #C7D419
Black with #C7D419
Text Example
Text Example
White with #C7D419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D419; }
p { color: rgb(199,212,25); }
H1.HeaderClassName
{
color: #C7D419;
}
.AnyTagClassName
{
color: #C7D419;
}
</style>
background-color css
<style>
a { background-color: #C7D419; }
a { background-color: rgb(199,212,25); }
div.DivClassName
{
background-color: #C7D419;
}
.BgClassName
{
background-color: #C7D419;
}
</style>
border-color css
<style>
span { border-color: #C7D419; }
span { border-color: rgb(199,212,25); }
td.TdClassName
{
border-color: #C7D419;
}
.TagClassName
{
border-color: #C7D419;
}
</style>