Shades of Rio Grande #C2D60C
Tints of Rio Grande #C2D60C
RGB
CMYK
RGB Variations
Color information
#C2D60C (or 0xC2D60C) is known color: Rio Grande. HEX triplet: C2, D6 and 0C. RGB value is (194,214,12). Sum of RGB (Red+Green+Blue) = 194+214+12=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D60C is #3D29F3. Grayscale: #B9B9B9. Windows color (decimal): -4008436 or 841410. OLE color: 841410.
HSL color Cylindrical-coordinate representation of color #C2D60C: hue angle of 65.94º 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 #C2D60C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.16 |
| HSL | 65.94º | 0.89% | 0.44% | - |
| HSV(B) | 65.94º | 0.94% | 0.84% | - |
| XYZ | 46.36 | 59.59 | 9.41 | - |
| YUV | 184.99 | 30.37 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 12 | 0.09 | 0 | 0.94 | 0.16 | 65.94 | 0.89 | 0.44 |
| Hex | C2 | D6 | C | 9 | 0 | 5E | 10 | 42 | 59 | 2C |
| Octal | 302 | 326 | 14 | 11 | 0 | 136 | 20 | 102 | 131 | 54 |
| Binary | 11000010 | 11010110 | 1100 | 1001 | 0 | 1011110 | 10000 | 1000010 | 1011001 | 101100 |
Color Harmonies of #C2D60C
Complementary color
Monochromatic Colors of #C2D60C
Black with #C2D60C
Text Example
Text Example
White with #C2D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D60C; }
p { color: rgb(194,214,12); }
H1.HeaderClassName
{
color: #C2D60C;
}
.AnyTagClassName
{
color: #C2D60C;
}
</style>
background-color css
<style>
a { background-color: #C2D60C; }
a { background-color: rgb(194,214,12); }
div.DivClassName
{
background-color: #C2D60C;
}
.BgClassName
{
background-color: #C2D60C;
}
</style>
border-color css
<style>
span { border-color: #C2D60C; }
span { border-color: rgb(194,214,12); }
td.TdClassName
{
border-color: #C2D60C;
}
.TagClassName
{
border-color: #C2D60C;
}
</style>