Shades of Rio Grande #C8D510
Tints of Rio Grande #C8D510
RGB
CMYK
RGB Variations
Color information
#C8D510 (or 0xC8D510) is known color: Rio Grande. HEX triplet: C8, D5 and 10. RGB value is (200,213,16). Sum of RGB (Red+Green+Blue) = 200+213+16=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D510 is #372AEF. Grayscale: #BBBBBB. Windows color (decimal): -3615472 or 1103304. OLE color: 1103304.
HSL color Cylindrical-coordinate representation of color #C8D510: hue angle of 63.96º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8D510 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.16 |
| HSL | 63.96º | 0.86% | 0.45% | - |
| HSV(B) | 63.96º | 0.92% | 0.84% | - |
| XYZ | 47.71 | 59.91 | 9.54 | - |
| YUV | 186.66 | 31.69 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 16 | 0.06 | 0 | 0.92 | 0.16 | 63.96 | 0.86 | 0.45 |
| Hex | C8 | D5 | 10 | 6 | 0 | 5C | 10 | 40 | 56 | 2D |
| Octal | 310 | 325 | 20 | 6 | 0 | 134 | 20 | 100 | 126 | 55 |
| Binary | 11001000 | 11010101 | 10000 | 110 | 0 | 1011100 | 10000 | 1000000 | 1010110 | 101101 |
Color Harmonies of #C8D510
Complementary color
Monochromatic Colors of #C8D510
Black with #C8D510
Text Example
Text Example
White with #C8D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D510; }
p { color: rgb(200,213,16); }
H1.HeaderClassName
{
color: #C8D510;
}
.AnyTagClassName
{
color: #C8D510;
}
</style>
background-color css
<style>
a { background-color: #C8D510; }
a { background-color: rgb(200,213,16); }
div.DivClassName
{
background-color: #C8D510;
}
.BgClassName
{
background-color: #C8D510;
}
</style>
border-color css
<style>
span { border-color: #C8D510; }
span { border-color: rgb(200,213,16); }
td.TdClassName
{
border-color: #C8D510;
}
.TagClassName
{
border-color: #C8D510;
}
</style>