Shades of Mindaro #CEE864
Tints of Mindaro #CEE864
RGB
CMYK
RGB Variations
Color information
#CEE864 (or 0xCEE864) is known color: Mindaro. HEX triplet: CE, E8 and 64. RGB value is (206,232,100). Sum of RGB (Red+Green+Blue) = 206+232+100=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE864 is #31179B. Grayscale: #D1D1D1. Windows color (decimal): -3217308 or 6613198. OLE color: 6613198.
HSL color Cylindrical-coordinate representation of color #CEE864: hue angle of 71.82º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEE864 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 100 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.09 |
| HSL | 71.82º | 0.74% | 0.65% | - |
| HSV(B) | 71.82º | 0.57% | 0.91% | - |
| XYZ | 56.61 | 71.76 | 22.92 | - |
| YUV | 209.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 100 | 0.11 | 0 | 0.57 | 0.09 | 71.82 | 0.74 | 0.65 |
| Hex | CE | E8 | 64 | B | 0 | 39 | 9 | 48 | 4A | 41 |
| Octal | 316 | 350 | 144 | 13 | 0 | 71 | 11 | 110 | 112 | 101 |
| Binary | 11001110 | 11101000 | 1100100 | 1011 | 0 | 111001 | 1001 | 1001000 | 1001010 | 1000001 |
Color Harmonies of #CEE864
Complementary color
Monochromatic Colors of #CEE864
Black with #CEE864
Text Example
Text Example
White with #CEE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE864; }
p { color: rgb(206,232,100); }
H1.HeaderClassName
{
color: #CEE864;
}
.AnyTagClassName
{
color: #CEE864;
}
</style>
background-color css
<style>
a { background-color: #CEE864; }
a { background-color: rgb(206,232,100); }
div.DivClassName
{
background-color: #CEE864;
}
.BgClassName
{
background-color: #CEE864;
}
</style>
border-color css
<style>
span { border-color: #CEE864; }
span { border-color: rgb(206,232,100); }
td.TdClassName
{
border-color: #CEE864;
}
.TagClassName
{
border-color: #CEE864;
}
</style>