Shades of Rio Grande #C0D30D
Tints of Rio Grande #C0D30D
RGB
CMYK
RGB Variations
Color information
#C0D30D (or 0xC0D30D) is known color: Rio Grande. HEX triplet: C0, D3 and 0D. RGB value is (192,211,13). Sum of RGB (Red+Green+Blue) = 192+211+13=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D30D is #3F2CF2. Grayscale: #B7B7B7. Windows color (decimal): -4140275 or 906176. OLE color: 906176.
HSL color Cylindrical-coordinate representation of color #C0D30D: hue angle of 65.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0D30D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.17 |
| HSL | 65.76º | 0.88% | 0.44% | - |
| HSV(B) | 65.76º | 0.94% | 0.83% | - |
| XYZ | 45.11 | 57.82 | 9.16 | - |
| YUV | 182.75 | 32.21 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 13 | 0.09 | 0 | 0.94 | 0.17 | 65.76 | 0.88 | 0.44 |
| Hex | C0 | D3 | D | 9 | 0 | 5E | 11 | 42 | 58 | 2C |
| Octal | 300 | 323 | 15 | 11 | 0 | 136 | 21 | 102 | 130 | 54 |
| Binary | 11000000 | 11010011 | 1101 | 1001 | 0 | 1011110 | 10001 | 1000010 | 1011000 | 101100 |
Color Harmonies of #C0D30D
Complementary color
Monochromatic Colors of #C0D30D
Black with #C0D30D
Text Example
Text Example
White with #C0D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D30D; }
p { color: rgb(192,211,13); }
H1.HeaderClassName
{
color: #C0D30D;
}
.AnyTagClassName
{
color: #C0D30D;
}
</style>
background-color css
<style>
a { background-color: #C0D30D; }
a { background-color: rgb(192,211,13); }
div.DivClassName
{
background-color: #C0D30D;
}
.BgClassName
{
background-color: #C0D30D;
}
</style>
border-color css
<style>
span { border-color: #C0D30D; }
span { border-color: rgb(192,211,13); }
td.TdClassName
{
border-color: #C0D30D;
}
.TagClassName
{
border-color: #C0D30D;
}
</style>