Shades of Rio Grande #C8DA13
Tints of Rio Grande #C8DA13
RGB
CMYK
RGB Variations
Color information
#C8DA13 (or 0xC8DA13) is known color: Rio Grande. HEX triplet: C8, DA and 13. RGB value is (200,218,19). Sum of RGB (Red+Green+Blue) = 200+218+19=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DA13 is #3725EC. Grayscale: #BEBEBE. Windows color (decimal): -3614189 or 1301192. OLE color: 1301192.
HSL color Cylindrical-coordinate representation of color #C8DA13: hue angle of 65.43º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8DA13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 19 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.15 |
| HSL | 65.43º | 0.84% | 0.46% | - |
| HSV(B) | 65.43º | 0.91% | 0.85% | - |
| XYZ | 49.01 | 62.47 | 10.09 | - |
| YUV | 189.93 | 31.54 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 19 | 0.08 | 0 | 0.91 | 0.15 | 65.43 | 0.84 | 0.46 |
| Hex | C8 | DA | 13 | 8 | 0 | 5B | F | 41 | 54 | 2E |
| Octal | 310 | 332 | 23 | 10 | 0 | 133 | 17 | 101 | 124 | 56 |
| Binary | 11001000 | 11011010 | 10011 | 1000 | 0 | 1011011 | 1111 | 1000001 | 1010100 | 101110 |
Color Harmonies of #C8DA13
Complementary color
Monochromatic Colors of #C8DA13
Black with #C8DA13
Text Example
Text Example
White with #C8DA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA13; }
p { color: rgb(200,218,19); }
H1.HeaderClassName
{
color: #C8DA13;
}
.AnyTagClassName
{
color: #C8DA13;
}
</style>
background-color css
<style>
a { background-color: #C8DA13; }
a { background-color: rgb(200,218,19); }
div.DivClassName
{
background-color: #C8DA13;
}
.BgClassName
{
background-color: #C8DA13;
}
</style>
border-color css
<style>
span { border-color: #C8DA13; }
span { border-color: rgb(200,218,19); }
td.TdClassName
{
border-color: #C8DA13;
}
.TagClassName
{
border-color: #C8DA13;
}
</style>