Shades of Rio Grande #C3D117
Tints of Rio Grande #C3D117
RGB
CMYK
RGB Variations
Color information
#C3D117 (or 0xC3D117) is known color: Rio Grande. HEX triplet: C3, D1 and 17. RGB value is (195,209,23). Sum of RGB (Red+Green+Blue) = 195+209+23=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D117 is #3C2EE8. Grayscale: #B8B8B8. Windows color (decimal): -3944169 or 1561027. OLE color: 1561027.
HSL color Cylindrical-coordinate representation of color #C3D117: hue angle of 64.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3D117 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 23 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.18 |
| HSL | 64.52º | 0.8% | 0.45% | - |
| HSV(B) | 64.52º | 0.89% | 0.82% | - |
| XYZ | 45.46 | 57.26 | 9.47 | - |
| YUV | 183.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 23 | 0.07 | 0 | 0.89 | 0.18 | 64.52 | 0.8 | 0.45 |
| Hex | C3 | D1 | 17 | 7 | 0 | 59 | 12 | 41 | 50 | 2D |
| Octal | 303 | 321 | 27 | 7 | 0 | 131 | 22 | 101 | 120 | 55 |
| Binary | 11000011 | 11010001 | 10111 | 111 | 0 | 1011001 | 10010 | 1000001 | 1010000 | 101101 |
Color Harmonies of #C3D117
Complementary color
Monochromatic Colors of #C3D117
Black with #C3D117
Text Example
Text Example
White with #C3D117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D117; }
p { color: rgb(195,209,23); }
H1.HeaderClassName
{
color: #C3D117;
}
.AnyTagClassName
{
color: #C3D117;
}
</style>
background-color css
<style>
a { background-color: #C3D117; }
a { background-color: rgb(195,209,23); }
div.DivClassName
{
background-color: #C3D117;
}
.BgClassName
{
background-color: #C3D117;
}
</style>
border-color css
<style>
span { border-color: #C3D117; }
span { border-color: rgb(195,209,23); }
td.TdClassName
{
border-color: #C3D117;
}
.TagClassName
{
border-color: #C3D117;
}
</style>