Shades of Rio Grande #C0D014
Tints of Rio Grande #C0D014
RGB
CMYK
RGB Variations
Color information
#C0D014 (or 0xC0D014) is known color: Rio Grande. HEX triplet: C0, D0 and 14. RGB value is (192,208,20). Sum of RGB (Red+Green+Blue) = 192+208+20=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D014 is #3F2FEB. Grayscale: #B6B6B6. Windows color (decimal): -4141036 or 1364160. OLE color: 1364160.
HSL color Cylindrical-coordinate representation of color #C0D014: hue angle of 65.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0D014 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.18 |
| HSL | 65.11º | 0.82% | 0.45% | - |
| HSV(B) | 65.11º | 0.9% | 0.82% | - |
| XYZ | 44.42 | 56.37 | 9.2 | - |
| YUV | 181.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 20 | 0.08 | 0 | 0.90 | 0.18 | 65.11 | 0.82 | 0.45 |
| Hex | C0 | D0 | 14 | 8 | 0 | 5A | 12 | 41 | 52 | 2D |
| Octal | 300 | 320 | 24 | 10 | 0 | 132 | 22 | 101 | 122 | 55 |
| Binary | 11000000 | 11010000 | 10100 | 1000 | 0 | 1011010 | 10010 | 1000001 | 1010010 | 101101 |
Color Harmonies of #C0D014
Complementary color
Monochromatic Colors of #C0D014
Black with #C0D014
Text Example
Text Example
White with #C0D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D014; }
p { color: rgb(192,208,20); }
H1.HeaderClassName
{
color: #C0D014;
}
.AnyTagClassName
{
color: #C0D014;
}
</style>
background-color css
<style>
a { background-color: #C0D014; }
a { background-color: rgb(192,208,20); }
div.DivClassName
{
background-color: #C0D014;
}
.BgClassName
{
background-color: #C0D014;
}
</style>
border-color css
<style>
span { border-color: #C0D014; }
span { border-color: rgb(192,208,20); }
td.TdClassName
{
border-color: #C0D014;
}
.TagClassName
{
border-color: #C0D014;
}
</style>