Shades of Rio Grande #C3D312
Tints of Rio Grande #C3D312
RGB
CMYK
RGB Variations
Color information
#C3D312 (or 0xC3D312) is known color: Rio Grande. HEX triplet: C3, D3 and 12. RGB value is (195,211,18). Sum of RGB (Red+Green+Blue) = 195+211+18=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D312 is #3C2CED. Grayscale: #B8B8B8. Windows color (decimal): -3943662 or 1233859. OLE color: 1233859.
HSL color Cylindrical-coordinate representation of color #C3D312: hue angle of 64.97º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3D312 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.17 |
| HSL | 64.97º | 0.84% | 0.45% | - |
| HSV(B) | 64.97º | 0.91% | 0.83% | - |
| XYZ | 45.91 | 58.23 | 9.39 | - |
| YUV | 184.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 18 | 0.08 | 0 | 0.91 | 0.17 | 64.97 | 0.84 | 0.45 |
| Hex | C3 | D3 | 12 | 8 | 0 | 5B | 11 | 41 | 54 | 2D |
| Octal | 303 | 323 | 22 | 10 | 0 | 133 | 21 | 101 | 124 | 55 |
| Binary | 11000011 | 11010011 | 10010 | 1000 | 0 | 1011011 | 10001 | 1000001 | 1010100 | 101101 |
Color Harmonies of #C3D312
Complementary color
Monochromatic Colors of #C3D312
Black with #C3D312
Text Example
Text Example
White with #C3D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D312; }
p { color: rgb(195,211,18); }
H1.HeaderClassName
{
color: #C3D312;
}
.AnyTagClassName
{
color: #C3D312;
}
</style>
background-color css
<style>
a { background-color: #C3D312; }
a { background-color: rgb(195,211,18); }
div.DivClassName
{
background-color: #C3D312;
}
.BgClassName
{
background-color: #C3D312;
}
</style>
border-color css
<style>
span { border-color: #C3D312; }
span { border-color: rgb(195,211,18); }
td.TdClassName
{
border-color: #C3D312;
}
.TagClassName
{
border-color: #C3D312;
}
</style>