Shades of Rio Grande #C2D010
Tints of Rio Grande #C2D010
RGB
CMYK
RGB Variations
Color information
#C2D010 (or 0xC2D010) is known color: Rio Grande. HEX triplet: C2, D0 and 10. RGB value is (194,208,16). Sum of RGB (Red+Green+Blue) = 194+208+16=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D010 is #3D2FEF. Grayscale: #B6B6B6. Windows color (decimal): -4009968 or 1102018. OLE color: 1102018.
HSL color Cylindrical-coordinate representation of color #C2D010: hue angle of 64.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2D010 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.18 |
| HSL | 64.38º | 0.86% | 0.44% | - |
| HSV(B) | 64.38º | 0.92% | 0.82% | - |
| XYZ | 44.9 | 56.62 | 9.05 | - |
| YUV | 181.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 16 | 0.07 | 0 | 0.92 | 0.18 | 64.38 | 0.86 | 0.44 |
| Hex | C2 | D0 | 10 | 7 | 0 | 5C | 12 | 40 | 56 | 2C |
| Octal | 302 | 320 | 20 | 7 | 0 | 134 | 22 | 100 | 126 | 54 |
| Binary | 11000010 | 11010000 | 10000 | 111 | 0 | 1011100 | 10010 | 1000000 | 1010110 | 101100 |
Color Harmonies of #C2D010
Complementary color
Monochromatic Colors of #C2D010
Black with #C2D010
Text Example
Text Example
White with #C2D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D010; }
p { color: rgb(194,208,16); }
H1.HeaderClassName
{
color: #C2D010;
}
.AnyTagClassName
{
color: #C2D010;
}
</style>
background-color css
<style>
a { background-color: #C2D010; }
a { background-color: rgb(194,208,16); }
div.DivClassName
{
background-color: #C2D010;
}
.BgClassName
{
background-color: #C2D010;
}
</style>
border-color css
<style>
span { border-color: #C2D010; }
span { border-color: rgb(194,208,16); }
td.TdClassName
{
border-color: #C2D010;
}
.TagClassName
{
border-color: #C2D010;
}
</style>