Shades of Rio Grande #C2D718
Tints of Rio Grande #C2D718
RGB
CMYK
RGB Variations
Color information
#C2D718 (or 0xC2D718) is known color: Rio Grande. HEX triplet: C2, D7 and 18. RGB value is (194,215,24). Sum of RGB (Red+Green+Blue) = 194+215+24=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D718 is #3D28E7. Grayscale: #BBBBBB. Windows color (decimal): -4008168 or 1628098. OLE color: 1628098.
HSL color Cylindrical-coordinate representation of color #C2D718: hue angle of 66.6º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2D718 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 24 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.16 |
| HSL | 66.6º | 0.8% | 0.47% | - |
| HSV(B) | 66.6º | 0.89% | 0.84% | - |
| XYZ | 46.71 | 60.14 | 10.01 | - |
| YUV | 186.95 | 36.04 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 24 | 0.10 | 0 | 0.89 | 0.16 | 66.6 | 0.8 | 0.47 |
| Hex | C2 | D7 | 18 | A | 0 | 59 | 10 | 43 | 50 | 2F |
| Octal | 302 | 327 | 30 | 12 | 0 | 131 | 20 | 103 | 120 | 57 |
| Binary | 11000010 | 11010111 | 11000 | 1010 | 0 | 1011001 | 10000 | 1000011 | 1010000 | 101111 |
Color Harmonies of #C2D718
Complementary color
Monochromatic Colors of #C2D718
Black with #C2D718
Text Example
Text Example
White with #C2D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D718; }
p { color: rgb(194,215,24); }
H1.HeaderClassName
{
color: #C2D718;
}
.AnyTagClassName
{
color: #C2D718;
}
</style>
background-color css
<style>
a { background-color: #C2D718; }
a { background-color: rgb(194,215,24); }
div.DivClassName
{
background-color: #C2D718;
}
.BgClassName
{
background-color: #C2D718;
}
</style>
border-color css
<style>
span { border-color: #C2D718; }
span { border-color: rgb(194,215,24); }
td.TdClassName
{
border-color: #C2D718;
}
.TagClassName
{
border-color: #C2D718;
}
</style>