Shades of Rio Grande #C0D60C
Tints of Rio Grande #C0D60C
RGB
CMYK
RGB Variations
Color information
#C0D60C (or 0xC0D60C) is known color: Rio Grande. HEX triplet: C0, D6 and 0C. RGB value is (192,214,12). Sum of RGB (Red+Green+Blue) = 192+214+12=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D60C is #3F29F3. Grayscale: #B9B9B9. Windows color (decimal): -4139508 or 841408. OLE color: 841408.
HSL color Cylindrical-coordinate representation of color #C0D60C: hue angle of 66.53º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0D60C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.16 |
| HSL | 66.53º | 0.89% | 0.44% | - |
| HSV(B) | 66.53º | 0.94% | 0.84% | - |
| XYZ | 45.85 | 59.33 | 9.38 | - |
| YUV | 184.39 | 30.71 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 12 | 0.10 | 0 | 0.94 | 0.16 | 66.53 | 0.89 | 0.44 |
| Hex | C0 | D6 | C | A | 0 | 5E | 10 | 43 | 59 | 2C |
| Octal | 300 | 326 | 14 | 12 | 0 | 136 | 20 | 103 | 131 | 54 |
| Binary | 11000000 | 11010110 | 1100 | 1010 | 0 | 1011110 | 10000 | 1000011 | 1011001 | 101100 |
Color Harmonies of #C0D60C
Complementary color
Monochromatic Colors of #C0D60C
Black with #C0D60C
Text Example
Text Example
White with #C0D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D60C; }
p { color: rgb(192,214,12); }
H1.HeaderClassName
{
color: #C0D60C;
}
.AnyTagClassName
{
color: #C0D60C;
}
</style>
background-color css
<style>
a { background-color: #C0D60C; }
a { background-color: rgb(192,214,12); }
div.DivClassName
{
background-color: #C0D60C;
}
.BgClassName
{
background-color: #C0D60C;
}
</style>
border-color css
<style>
span { border-color: #C0D60C; }
span { border-color: rgb(192,214,12); }
td.TdClassName
{
border-color: #C0D60C;
}
.TagClassName
{
border-color: #C0D60C;
}
</style>