Shades of Rio Grande #C0D819
Tints of Rio Grande #C0D819
RGB
CMYK
RGB Variations
Color information
#C0D819 (or 0xC0D819) is known color: Rio Grande. HEX triplet: C0, D8 and 19. RGB value is (192,216,25). Sum of RGB (Red+Green+Blue) = 192+216+25=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D819 is #3F27E6. Grayscale: #BBBBBB. Windows color (decimal): -4138983 or 1693888. OLE color: 1693888.
HSL color Cylindrical-coordinate representation of color #C0D819: hue angle of 67.54º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0D819 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 25 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.15 |
| HSL | 67.54º | 0.79% | 0.47% | - |
| HSV(B) | 67.54º | 0.88% | 0.85% | - |
| XYZ | 46.47 | 60.39 | 10.13 | - |
| YUV | 187.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 25 | 0.11 | 0 | 0.88 | 0.15 | 67.54 | 0.79 | 0.47 |
| Hex | C0 | D8 | 19 | B | 0 | 58 | F | 44 | 4F | 2F |
| Octal | 300 | 330 | 31 | 13 | 0 | 130 | 17 | 104 | 117 | 57 |
| Binary | 11000000 | 11011000 | 11001 | 1011 | 0 | 1011000 | 1111 | 1000100 | 1001111 | 101111 |
Color Harmonies of #C0D819
Complementary color
Monochromatic Colors of #C0D819
Black with #C0D819
Text Example
Text Example
White with #C0D819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D819; }
p { color: rgb(192,216,25); }
H1.HeaderClassName
{
color: #C0D819;
}
.AnyTagClassName
{
color: #C0D819;
}
</style>
background-color css
<style>
a { background-color: #C0D819; }
a { background-color: rgb(192,216,25); }
div.DivClassName
{
background-color: #C0D819;
}
.BgClassName
{
background-color: #C0D819;
}
</style>
border-color css
<style>
span { border-color: #C0D819; }
span { border-color: rgb(192,216,25); }
td.TdClassName
{
border-color: #C0D819;
}
.TagClassName
{
border-color: #C0D819;
}
</style>