Shades of Rio Grande #C3D219
Tints of Rio Grande #C3D219
RGB
CMYK
RGB Variations
Color information
#C3D219 (or 0xC3D219) is known color: Rio Grande. HEX triplet: C3, D2 and 19. RGB value is (195,210,25). Sum of RGB (Red+Green+Blue) = 195+210+25=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D219 is #3C2DE6. Grayscale: #B9B9B9. Windows color (decimal): -3943911 or 1692355. OLE color: 1692355.
HSL color Cylindrical-coordinate representation of color #C3D219: hue angle of 64.86º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3D219 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 25 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.18 |
| HSL | 64.86º | 0.79% | 0.46% | - |
| HSV(B) | 64.86º | 0.88% | 0.82% | - |
| XYZ | 45.73 | 57.77 | 9.66 | - |
| YUV | 184.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 25 | 0.07 | 0 | 0.88 | 0.18 | 64.86 | 0.79 | 0.46 |
| Hex | C3 | D2 | 19 | 7 | 0 | 58 | 12 | 41 | 4F | 2E |
| Octal | 303 | 322 | 31 | 7 | 0 | 130 | 22 | 101 | 117 | 56 |
| Binary | 11000011 | 11010010 | 11001 | 111 | 0 | 1011000 | 10010 | 1000001 | 1001111 | 101110 |
Color Harmonies of #C3D219
Complementary color
Monochromatic Colors of #C3D219
Black with #C3D219
Text Example
Text Example
White with #C3D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D219; }
p { color: rgb(195,210,25); }
H1.HeaderClassName
{
color: #C3D219;
}
.AnyTagClassName
{
color: #C3D219;
}
</style>
background-color css
<style>
a { background-color: #C3D219; }
a { background-color: rgb(195,210,25); }
div.DivClassName
{
background-color: #C3D219;
}
.BgClassName
{
background-color: #C3D219;
}
</style>
border-color css
<style>
span { border-color: #C3D219; }
span { border-color: rgb(195,210,25); }
td.TdClassName
{
border-color: #C3D219;
}
.TagClassName
{
border-color: #C3D219;
}
</style>