Shades of Rio Grande #C7D510
Tints of Rio Grande #C7D510
RGB
CMYK
RGB Variations
Color information
#C7D510 (or 0xC7D510) is known color: Rio Grande. HEX triplet: C7, D5 and 10. RGB value is (199,213,16). Sum of RGB (Red+Green+Blue) = 199+213+16=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D510 is #382AEF. Grayscale: #BBBBBB. Windows color (decimal): -3681008 or 1103303. OLE color: 1103303.
HSL color Cylindrical-coordinate representation of color #C7D510: hue angle of 64.26º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7D510 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.16 |
| HSL | 64.26º | 0.86% | 0.45% | - |
| HSV(B) | 64.26º | 0.92% | 0.84% | - |
| XYZ | 47.44 | 59.77 | 9.53 | - |
| YUV | 186.36 | 31.86 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 16 | 0.07 | 0 | 0.92 | 0.16 | 64.26 | 0.86 | 0.45 |
| Hex | C7 | D5 | 10 | 7 | 0 | 5C | 10 | 40 | 56 | 2D |
| Octal | 307 | 325 | 20 | 7 | 0 | 134 | 20 | 100 | 126 | 55 |
| Binary | 11000111 | 11010101 | 10000 | 111 | 0 | 1011100 | 10000 | 1000000 | 1010110 | 101101 |
Color Harmonies of #C7D510
Complementary color
Monochromatic Colors of #C7D510
Black with #C7D510
Text Example
Text Example
White with #C7D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D510; }
p { color: rgb(199,213,16); }
H1.HeaderClassName
{
color: #C7D510;
}
.AnyTagClassName
{
color: #C7D510;
}
</style>
background-color css
<style>
a { background-color: #C7D510; }
a { background-color: rgb(199,213,16); }
div.DivClassName
{
background-color: #C7D510;
}
.BgClassName
{
background-color: #C7D510;
}
</style>
border-color css
<style>
span { border-color: #C7D510; }
span { border-color: rgb(199,213,16); }
td.TdClassName
{
border-color: #C7D510;
}
.TagClassName
{
border-color: #C7D510;
}
</style>