Shades of Mindaro #C8E06D
Tints of Mindaro #C8E06D
RGB
CMYK
RGB Variations
Color information
#C8E06D (or 0xC8E06D) is known color: Mindaro. HEX triplet: C8, E0 and 6D. RGB value is (200,224,109). Sum of RGB (Red+Green+Blue) = 200+224+109=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E06D is #371F92. Grayscale: #CCCCCC. Windows color (decimal): -3612563 or 7200968. OLE color: 7200968.
HSL color Cylindrical-coordinate representation of color #C8E06D: hue angle of 72.52º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8E06D is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 109 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.12 |
| HSL | 72.52º | 0.65% | 0.65% | - |
| HSV(B) | 72.52º | 0.51% | 0.88% | - |
| XYZ | 53.24 | 66.69 | 24.54 | - |
| YUV | 203.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 109 | 0.11 | 0 | 0.51 | 0.12 | 72.52 | 0.65 | 0.65 |
| Hex | C8 | E0 | 6D | B | 0 | 33 | C | 49 | 41 | 41 |
| Octal | 310 | 340 | 155 | 13 | 0 | 63 | 14 | 111 | 101 | 101 |
| Binary | 11001000 | 11100000 | 1101101 | 1011 | 0 | 110011 | 1100 | 1001001 | 1000001 | 1000001 |
Color Harmonies of #C8E06D
Complementary color
Monochromatic Colors of #C8E06D
Black with #C8E06D
Text Example
Text Example
White with #C8E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E06D; }
p { color: rgb(200,224,109); }
H1.HeaderClassName
{
color: #C8E06D;
}
.AnyTagClassName
{
color: #C8E06D;
}
</style>
background-color css
<style>
a { background-color: #C8E06D; }
a { background-color: rgb(200,224,109); }
div.DivClassName
{
background-color: #C8E06D;
}
.BgClassName
{
background-color: #C8E06D;
}
</style>
border-color css
<style>
span { border-color: #C8E06D; }
span { border-color: rgb(200,224,109); }
td.TdClassName
{
border-color: #C8E06D;
}
.TagClassName
{
border-color: #C8E06D;
}
</style>