Shades of Rio Grande #C2D40E
Tints of Rio Grande #C2D40E
RGB
CMYK
RGB Variations
Color information
#C2D40E (or 0xC2D40E) is known color: Rio Grande. HEX triplet: C2, D4 and 0E. RGB value is (194,212,14). Sum of RGB (Red+Green+Blue) = 194+212+14=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D40E is #3D2BF1. Grayscale: #B8B8B8. Windows color (decimal): -4008946 or 971970. OLE color: 971970.
HSL color Cylindrical-coordinate representation of color #C2D40E: hue angle of 65.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2D40E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 14 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.17 |
| HSL | 65.45º | 0.88% | 0.44% | - |
| HSV(B) | 65.45º | 0.93% | 0.83% | - |
| XYZ | 45.87 | 58.59 | 9.31 | - |
| YUV | 184.05 | 32.04 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 14 | 0.08 | 0 | 0.93 | 0.17 | 65.45 | 0.88 | 0.44 |
| Hex | C2 | D4 | E | 8 | 0 | 5D | 11 | 41 | 58 | 2C |
| Octal | 302 | 324 | 16 | 10 | 0 | 135 | 21 | 101 | 130 | 54 |
| Binary | 11000010 | 11010100 | 1110 | 1000 | 0 | 1011101 | 10001 | 1000001 | 1011000 | 101100 |
Color Harmonies of #C2D40E
Complementary color
Monochromatic Colors of #C2D40E
Black with #C2D40E
Text Example
Text Example
White with #C2D40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D40E; }
p { color: rgb(194,212,14); }
H1.HeaderClassName
{
color: #C2D40E;
}
.AnyTagClassName
{
color: #C2D40E;
}
</style>
background-color css
<style>
a { background-color: #C2D40E; }
a { background-color: rgb(194,212,14); }
div.DivClassName
{
background-color: #C2D40E;
}
.BgClassName
{
background-color: #C2D40E;
}
</style>
border-color css
<style>
span { border-color: #C2D40E; }
span { border-color: rgb(194,212,14); }
td.TdClassName
{
border-color: #C2D40E;
}
.TagClassName
{
border-color: #C2D40E;
}
</style>