Shades of Rio Grande #C0D610
Tints of Rio Grande #C0D610
RGB
CMYK
RGB Variations
Color information
#C0D610 (or 0xC0D610) is known color: Rio Grande. HEX triplet: C0, D6 and 10. RGB value is (192,214,16). Sum of RGB (Red+Green+Blue) = 192+214+16=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D610 is #3F29EF. Grayscale: #B9B9B9. Windows color (decimal): -4139504 or 1103552. OLE color: 1103552.
HSL color Cylindrical-coordinate representation of color #C0D610: hue angle of 66.67º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0D610 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 16 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.16 |
| HSL | 66.67º | 0.86% | 0.45% | - |
| HSV(B) | 66.67º | 0.93% | 0.84% | - |
| XYZ | 45.88 | 59.34 | 9.53 | - |
| YUV | 184.85 | 32.71 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 16 | 0.10 | 0 | 0.93 | 0.16 | 66.67 | 0.86 | 0.45 |
| Hex | C0 | D6 | 10 | A | 0 | 5D | 10 | 43 | 56 | 2D |
| Octal | 300 | 326 | 20 | 12 | 0 | 135 | 20 | 103 | 126 | 55 |
| Binary | 11000000 | 11010110 | 10000 | 1010 | 0 | 1011101 | 10000 | 1000011 | 1010110 | 101101 |
Color Harmonies of #C0D610
Complementary color
Monochromatic Colors of #C0D610
Black with #C0D610
Text Example
Text Example
White with #C0D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D610; }
p { color: rgb(192,214,16); }
H1.HeaderClassName
{
color: #C0D610;
}
.AnyTagClassName
{
color: #C0D610;
}
</style>
background-color css
<style>
a { background-color: #C0D610; }
a { background-color: rgb(192,214,16); }
div.DivClassName
{
background-color: #C0D610;
}
.BgClassName
{
background-color: #C0D610;
}
</style>
border-color css
<style>
span { border-color: #C0D610; }
span { border-color: rgb(192,214,16); }
td.TdClassName
{
border-color: #C0D610;
}
.TagClassName
{
border-color: #C0D610;
}
</style>