Shades of Mindaro #C8E364
Tints of Mindaro #C8E364
RGB
CMYK
RGB Variations
Color information
#C8E364 (or 0xC8E364) is known color: Mindaro. HEX triplet: C8, E3 and 64. RGB value is (200,227,100). Sum of RGB (Red+Green+Blue) = 200+227+100=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E364 is #371C9B. Grayscale: #CCCCCC. Windows color (decimal): -3611804 or 6611912. OLE color: 6611912.
HSL color Cylindrical-coordinate representation of color #C8E364: hue angle of 72.76º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8E364 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 100 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.11 |
| HSL | 72.76º | 0.69% | 0.64% | - |
| HSV(B) | 72.76º | 0.56% | 0.89% | - |
| XYZ | 53.59 | 68.14 | 22.38 | - |
| YUV | 204.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 100 | 0.12 | 0 | 0.56 | 0.11 | 72.76 | 0.69 | 0.64 |
| Hex | C8 | E3 | 64 | C | 0 | 38 | B | 49 | 45 | 40 |
| Octal | 310 | 343 | 144 | 14 | 0 | 70 | 13 | 111 | 105 | 100 |
| Binary | 11001000 | 11100011 | 1100100 | 1100 | 0 | 111000 | 1011 | 1001001 | 1000101 | 1000000 |
Color Harmonies of #C8E364
Complementary color
Monochromatic Colors of #C8E364
Black with #C8E364
Text Example
Text Example
White with #C8E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E364; }
p { color: rgb(200,227,100); }
H1.HeaderClassName
{
color: #C8E364;
}
.AnyTagClassName
{
color: #C8E364;
}
</style>
background-color css
<style>
a { background-color: #C8E364; }
a { background-color: rgb(200,227,100); }
div.DivClassName
{
background-color: #C8E364;
}
.BgClassName
{
background-color: #C8E364;
}
</style>
border-color css
<style>
span { border-color: #C8E364; }
span { border-color: rgb(200,227,100); }
td.TdClassName
{
border-color: #C8E364;
}
.TagClassName
{
border-color: #C8E364;
}
</style>