Shades of Rio Grande #C0D20F
Tints of Rio Grande #C0D20F
RGB
CMYK
RGB Variations
Color information
#C0D20F (or 0xC0D20F) is known color: Rio Grande. HEX triplet: C0, D2 and 0F. RGB value is (192,210,15). Sum of RGB (Red+Green+Blue) = 192+210+15=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D20F is #3F2DF0. Grayscale: #B7B7B7. Windows color (decimal): -4140529 or 1036992. OLE color: 1036992.
HSL color Cylindrical-coordinate representation of color #C0D20F: hue angle of 65.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0D20F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 15 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.18 |
| HSL | 65.54º | 0.87% | 0.44% | - |
| HSV(B) | 65.54º | 0.93% | 0.82% | - |
| XYZ | 44.87 | 57.33 | 9.15 | - |
| YUV | 182.39 | 33.54 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 15 | 0.09 | 0 | 0.93 | 0.18 | 65.54 | 0.87 | 0.44 |
| Hex | C0 | D2 | F | 9 | 0 | 5D | 12 | 42 | 57 | 2C |
| Octal | 300 | 322 | 17 | 11 | 0 | 135 | 22 | 102 | 127 | 54 |
| Binary | 11000000 | 11010010 | 1111 | 1001 | 0 | 1011101 | 10010 | 1000010 | 1010111 | 101100 |
Color Harmonies of #C0D20F
Complementary color
Monochromatic Colors of #C0D20F
Black with #C0D20F
Text Example
Text Example
White with #C0D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D20F; }
p { color: rgb(192,210,15); }
H1.HeaderClassName
{
color: #C0D20F;
}
.AnyTagClassName
{
color: #C0D20F;
}
</style>
background-color css
<style>
a { background-color: #C0D20F; }
a { background-color: rgb(192,210,15); }
div.DivClassName
{
background-color: #C0D20F;
}
.BgClassName
{
background-color: #C0D20F;
}
</style>
border-color css
<style>
span { border-color: #C0D20F; }
span { border-color: rgb(192,210,15); }
td.TdClassName
{
border-color: #C0D20F;
}
.TagClassName
{
border-color: #C0D20F;
}
</style>