Shades of Mindaro #C8E16D
Tints of Mindaro #C8E16D
RGB
CMYK
RGB Variations
Color information
#C8E16D (or 0xC8E16D) is known color: Mindaro. HEX triplet: C8, E1 and 6D. RGB value is (200,225,109). Sum of RGB (Red+Green+Blue) = 200+225+109=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E16D is #371E92. Grayscale: #CCCCCC. Windows color (decimal): -3612307 or 7201224. OLE color: 7201224.
HSL color Cylindrical-coordinate representation of color #C8E16D: hue angle of 72.93º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8E16D is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 109 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.12 |
| HSL | 72.93º | 0.66% | 0.65% | - |
| HSV(B) | 72.93º | 0.52% | 0.88% | - |
| XYZ | 53.5 | 67.23 | 24.63 | - |
| YUV | 204.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 109 | 0.11 | 0 | 0.52 | 0.12 | 72.93 | 0.66 | 0.65 |
| Hex | C8 | E1 | 6D | B | 0 | 34 | C | 49 | 42 | 41 |
| Octal | 310 | 341 | 155 | 13 | 0 | 64 | 14 | 111 | 102 | 101 |
| Binary | 11001000 | 11100001 | 1101101 | 1011 | 0 | 110100 | 1100 | 1001001 | 1000010 | 1000001 |
Color Harmonies of #C8E16D
Complementary color
Monochromatic Colors of #C8E16D
Black with #C8E16D
Text Example
Text Example
White with #C8E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E16D; }
p { color: rgb(200,225,109); }
H1.HeaderClassName
{
color: #C8E16D;
}
.AnyTagClassName
{
color: #C8E16D;
}
</style>
background-color css
<style>
a { background-color: #C8E16D; }
a { background-color: rgb(200,225,109); }
div.DivClassName
{
background-color: #C8E16D;
}
.BgClassName
{
background-color: #C8E16D;
}
</style>
border-color css
<style>
span { border-color: #C8E16D; }
span { border-color: rgb(200,225,109); }
td.TdClassName
{
border-color: #C8E16D;
}
.TagClassName
{
border-color: #C8E16D;
}
</style>