Shades of Rio Grande #C2D011
Tints of Rio Grande #C2D011
RGB
CMYK
RGB Variations
Color information
#C2D011 (or 0xC2D011) is known color: Rio Grande. HEX triplet: C2, D0 and 11. RGB value is (194,208,17). Sum of RGB (Red+Green+Blue) = 194+208+17=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D011 is #3D2FEE. Grayscale: #B6B6B6. Windows color (decimal): -4009967 or 1167554. OLE color: 1167554.
HSL color Cylindrical-coordinate representation of color #C2D011: hue angle of 64.4º degrees, saturation: 0.85, 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 #C2D011 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.18 |
| HSL | 64.4º | 0.85% | 0.44% | - |
| HSV(B) | 64.4º | 0.92% | 0.82% | - |
| XYZ | 44.91 | 56.62 | 9.09 | - |
| YUV | 182.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 17 | 0.07 | 0 | 0.92 | 0.18 | 64.4 | 0.85 | 0.44 |
| Hex | C2 | D0 | 11 | 7 | 0 | 5C | 12 | 40 | 55 | 2C |
| Octal | 302 | 320 | 21 | 7 | 0 | 134 | 22 | 100 | 125 | 54 |
| Binary | 11000010 | 11010000 | 10001 | 111 | 0 | 1011100 | 10010 | 1000000 | 1010101 | 101100 |
Color Harmonies of #C2D011
Complementary color
Monochromatic Colors of #C2D011
Black with #C2D011
Text Example
Text Example
White with #C2D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D011; }
p { color: rgb(194,208,17); }
H1.HeaderClassName
{
color: #C2D011;
}
.AnyTagClassName
{
color: #C2D011;
}
</style>
background-color css
<style>
a { background-color: #C2D011; }
a { background-color: rgb(194,208,17); }
div.DivClassName
{
background-color: #C2D011;
}
.BgClassName
{
background-color: #C2D011;
}
</style>
border-color css
<style>
span { border-color: #C2D011; }
span { border-color: rgb(194,208,17); }
td.TdClassName
{
border-color: #C2D011;
}
.TagClassName
{
border-color: #C2D011;
}
</style>