Shades of Rio Grande #C2D114
Tints of Rio Grande #C2D114
RGB
CMYK
RGB Variations
Color information
#C2D114 (or 0xC2D114) is known color: Rio Grande. HEX triplet: C2, D1 and 14. RGB value is (194,209,20). Sum of RGB (Red+Green+Blue) = 194+209+20=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D114 is #3D2EEB. Grayscale: #B7B7B7. Windows color (decimal): -4009708 or 1364418. OLE color: 1364418.
HSL color Cylindrical-coordinate representation of color #C2D114: hue angle of 64.76º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2D114 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 20 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.18 |
| HSL | 64.76º | 0.83% | 0.45% | - |
| HSV(B) | 64.76º | 0.9% | 0.82% | - |
| XYZ | 45.17 | 57.12 | 9.31 | - |
| YUV | 182.97 | 36.03 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 20 | 0.07 | 0 | 0.90 | 0.18 | 64.76 | 0.83 | 0.45 |
| Hex | C2 | D1 | 14 | 7 | 0 | 5A | 12 | 41 | 53 | 2D |
| Octal | 302 | 321 | 24 | 7 | 0 | 132 | 22 | 101 | 123 | 55 |
| Binary | 11000010 | 11010001 | 10100 | 111 | 0 | 1011010 | 10010 | 1000001 | 1010011 | 101101 |
Color Harmonies of #C2D114
Complementary color
Monochromatic Colors of #C2D114
Black with #C2D114
Text Example
Text Example
White with #C2D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D114; }
p { color: rgb(194,209,20); }
H1.HeaderClassName
{
color: #C2D114;
}
.AnyTagClassName
{
color: #C2D114;
}
</style>
background-color css
<style>
a { background-color: #C2D114; }
a { background-color: rgb(194,209,20); }
div.DivClassName
{
background-color: #C2D114;
}
.BgClassName
{
background-color: #C2D114;
}
</style>
border-color css
<style>
span { border-color: #C2D114; }
span { border-color: rgb(194,209,20); }
td.TdClassName
{
border-color: #C2D114;
}
.TagClassName
{
border-color: #C2D114;
}
</style>