Shades of Mindaro #CEE866
Tints of Mindaro #CEE866
RGB
CMYK
RGB Variations
Color information
#CEE866 (or 0xCEE866) is known color: Mindaro. HEX triplet: CE, E8 and 66. RGB value is (206,232,102). Sum of RGB (Red+Green+Blue) = 206+232+102=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE866 is #311799. Grayscale: #D1D1D1. Windows color (decimal): -3217306 or 6744270. OLE color: 6744270.
HSL color Cylindrical-coordinate representation of color #CEE866: hue angle of 72º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEE866 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 102 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.09 |
| HSL | 72º | 0.74% | 0.65% | - |
| HSV(B) | 72º | 0.56% | 0.91% | - |
| XYZ | 56.71 | 71.79 | 23.44 | - |
| YUV | 209.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 102 | 0.11 | 0 | 0.56 | 0.09 | 72 | 0.74 | 0.65 |
| Hex | CE | E8 | 66 | B | 0 | 38 | 9 | 48 | 4A | 41 |
| Octal | 316 | 350 | 146 | 13 | 0 | 70 | 11 | 110 | 112 | 101 |
| Binary | 11001110 | 11101000 | 1100110 | 1011 | 0 | 111000 | 1001 | 1001000 | 1001010 | 1000001 |
Color Harmonies of #CEE866
Complementary color
Monochromatic Colors of #CEE866
Black with #CEE866
Text Example
Text Example
White with #CEE866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE866; }
p { color: rgb(206,232,102); }
H1.HeaderClassName
{
color: #CEE866;
}
.AnyTagClassName
{
color: #CEE866;
}
</style>
background-color css
<style>
a { background-color: #CEE866; }
a { background-color: rgb(206,232,102); }
div.DivClassName
{
background-color: #CEE866;
}
.BgClassName
{
background-color: #CEE866;
}
</style>
border-color css
<style>
span { border-color: #CEE866; }
span { border-color: rgb(206,232,102); }
td.TdClassName
{
border-color: #CEE866;
}
.TagClassName
{
border-color: #CEE866;
}
</style>