Shades of Rio Grande #C2D617
Tints of Rio Grande #C2D617
RGB
CMYK
RGB Variations
Color information
#C2D617 (or 0xC2D617) is known color: Rio Grande. HEX triplet: C2, D6 and 17. RGB value is (194,214,23). Sum of RGB (Red+Green+Blue) = 194+214+23=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D617 is #3D29E8. Grayscale: #BABABA. Windows color (decimal): -4008425 or 1562306. OLE color: 1562306.
HSL color Cylindrical-coordinate representation of color #C2D617: hue angle of 66.28º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2D617 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 23 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.16 |
| HSL | 66.28º | 0.81% | 0.46% | - |
| HSV(B) | 66.28º | 0.89% | 0.84% | - |
| XYZ | 46.45 | 59.62 | 9.87 | - |
| YUV | 186.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 23 | 0.09 | 0 | 0.89 | 0.16 | 66.28 | 0.81 | 0.46 |
| Hex | C2 | D6 | 17 | 9 | 0 | 59 | 10 | 42 | 51 | 2E |
| Octal | 302 | 326 | 27 | 11 | 0 | 131 | 20 | 102 | 121 | 56 |
| Binary | 11000010 | 11010110 | 10111 | 1001 | 0 | 1011001 | 10000 | 1000010 | 1010001 | 101110 |
Color Harmonies of #C2D617
Complementary color
Monochromatic Colors of #C2D617
Black with #C2D617
Text Example
Text Example
White with #C2D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D617; }
p { color: rgb(194,214,23); }
H1.HeaderClassName
{
color: #C2D617;
}
.AnyTagClassName
{
color: #C2D617;
}
</style>
background-color css
<style>
a { background-color: #C2D617; }
a { background-color: rgb(194,214,23); }
div.DivClassName
{
background-color: #C2D617;
}
.BgClassName
{
background-color: #C2D617;
}
</style>
border-color css
<style>
span { border-color: #C2D617; }
span { border-color: rgb(194,214,23); }
td.TdClassName
{
border-color: #C2D617;
}
.TagClassName
{
border-color: #C2D617;
}
</style>