Shades of Rio Grande #C8D412
Tints of Rio Grande #C8D412
RGB
CMYK
RGB Variations
Color information
#C8D412 (or 0xC8D412) is known color: Rio Grande. HEX triplet: C8, D4 and 12. RGB value is (200,212,18). Sum of RGB (Red+Green+Blue) = 200+212+18=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D412 is #372BED. Grayscale: #BBBBBB. Windows color (decimal): -3615726 or 1234120. OLE color: 1234120.
HSL color Cylindrical-coordinate representation of color #C8D412: hue angle of 63.71º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8D412 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 18 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.17 |
| HSL | 63.71º | 0.84% | 0.45% | - |
| HSV(B) | 63.71º | 0.92% | 0.83% | - |
| XYZ | 47.47 | 59.41 | 9.54 | - |
| YUV | 186.3 | 33.02 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 18 | 0.06 | 0 | 0.92 | 0.17 | 63.71 | 0.84 | 0.45 |
| Hex | C8 | D4 | 12 | 6 | 0 | 5C | 11 | 40 | 54 | 2D |
| Octal | 310 | 324 | 22 | 6 | 0 | 134 | 21 | 100 | 124 | 55 |
| Binary | 11001000 | 11010100 | 10010 | 110 | 0 | 1011100 | 10001 | 1000000 | 1010100 | 101101 |
Color Harmonies of #C8D412
Complementary color
Monochromatic Colors of #C8D412
Black with #C8D412
Text Example
Text Example
White with #C8D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D412; }
p { color: rgb(200,212,18); }
H1.HeaderClassName
{
color: #C8D412;
}
.AnyTagClassName
{
color: #C8D412;
}
</style>
background-color css
<style>
a { background-color: #C8D412; }
a { background-color: rgb(200,212,18); }
div.DivClassName
{
background-color: #C8D412;
}
.BgClassName
{
background-color: #C8D412;
}
</style>
border-color css
<style>
span { border-color: #C8D412; }
span { border-color: rgb(200,212,18); }
td.TdClassName
{
border-color: #C8D412;
}
.TagClassName
{
border-color: #C8D412;
}
</style>