Shades of Mindaro #C8E06C
Tints of Mindaro #C8E06C
RGB
CMYK
RGB Variations
Color information
#C8E06C (or 0xC8E06C) is known color: Mindaro. HEX triplet: C8, E0 and 6C. RGB value is (200,224,108). Sum of RGB (Red+Green+Blue) = 200+224+108=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E06C is #371F93. Grayscale: #CCCCCC. Windows color (decimal): -3612564 or 7135432. OLE color: 7135432.
HSL color Cylindrical-coordinate representation of color #C8E06C: hue angle of 72.41º degrees, saturation: 0.65, 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 #C8E06C is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 108 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.12 |
| HSL | 72.41º | 0.65% | 0.65% | - |
| HSV(B) | 72.41º | 0.52% | 0.88% | - |
| XYZ | 53.18 | 66.67 | 24.25 | - |
| YUV | 203.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 108 | 0.11 | 0 | 0.52 | 0.12 | 72.41 | 0.65 | 0.65 |
| Hex | C8 | E0 | 6C | B | 0 | 34 | C | 48 | 41 | 41 |
| Octal | 310 | 340 | 154 | 13 | 0 | 64 | 14 | 110 | 101 | 101 |
| Binary | 11001000 | 11100000 | 1101100 | 1011 | 0 | 110100 | 1100 | 1001000 | 1000001 | 1000001 |
Color Harmonies of #C8E06C
Complementary color
Monochromatic Colors of #C8E06C
Black with #C8E06C
Text Example
Text Example
White with #C8E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E06C; }
p { color: rgb(200,224,108); }
H1.HeaderClassName
{
color: #C8E06C;
}
.AnyTagClassName
{
color: #C8E06C;
}
</style>
background-color css
<style>
a { background-color: #C8E06C; }
a { background-color: rgb(200,224,108); }
div.DivClassName
{
background-color: #C8E06C;
}
.BgClassName
{
background-color: #C8E06C;
}
</style>
border-color css
<style>
span { border-color: #C8E06C; }
span { border-color: rgb(200,224,108); }
td.TdClassName
{
border-color: #C8E06C;
}
.TagClassName
{
border-color: #C8E06C;
}
</style>