Shades of Rio Grande #C1D60E
Tints of Rio Grande #C1D60E
RGB
CMYK
RGB Variations
Color information
#C1D60E (or 0xC1D60E) is known color: Rio Grande. HEX triplet: C1, D6 and 0E. RGB value is (193,214,14). Sum of RGB (Red+Green+Blue) = 193+214+14=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D60E is #3E29F1. Grayscale: #B9B9B9. Windows color (decimal): -4073970 or 972481. OLE color: 972481.
HSL color Cylindrical-coordinate representation of color #C1D60E: hue angle of 66.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1D60E is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 214 | 14 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.16 |
| HSL | 66.3º | 0.88% | 0.45% | - |
| HSV(B) | 66.3º | 0.93% | 0.84% | - |
| XYZ | 46.12 | 59.46 | 9.46 | - |
| YUV | 184.92 | 31.54 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 14 | 0.10 | 0 | 0.93 | 0.16 | 66.3 | 0.88 | 0.45 |
| Hex | C1 | D6 | E | A | 0 | 5D | 10 | 42 | 58 | 2D |
| Octal | 301 | 326 | 16 | 12 | 0 | 135 | 20 | 102 | 130 | 55 |
| Binary | 11000001 | 11010110 | 1110 | 1010 | 0 | 1011101 | 10000 | 1000010 | 1011000 | 101101 |
Color Harmonies of #C1D60E
Complementary color
Monochromatic Colors of #C1D60E
Black with #C1D60E
Text Example
Text Example
White with #C1D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D60E; }
p { color: rgb(193,214,14); }
H1.HeaderClassName
{
color: #C1D60E;
}
.AnyTagClassName
{
color: #C1D60E;
}
</style>
background-color css
<style>
a { background-color: #C1D60E; }
a { background-color: rgb(193,214,14); }
div.DivClassName
{
background-color: #C1D60E;
}
.BgClassName
{
background-color: #C1D60E;
}
</style>
border-color css
<style>
span { border-color: #C1D60E; }
span { border-color: rgb(193,214,14); }
td.TdClassName
{
border-color: #C1D60E;
}
.TagClassName
{
border-color: #C1D60E;
}
</style>