Shades of Mindaro #CEE066
Tints of Mindaro #CEE066
RGB
CMYK
RGB Variations
Color information
#CEE066 (or 0xCEE066) is known color: Mindaro. HEX triplet: CE, E0 and 66. RGB value is (206,224,102). Sum of RGB (Red+Green+Blue) = 206+224+102=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE066 is #311F99. Grayscale: #CDCDCD. Windows color (decimal): -3219354 or 6742222. OLE color: 6742222.
HSL color Cylindrical-coordinate representation of color #CEE066: hue angle of 68.85º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEE066 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 102 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.12 |
| HSL | 68.85º | 0.66% | 0.64% | - |
| HSV(B) | 68.85º | 0.54% | 0.88% | - |
| XYZ | 54.51 | 67.39 | 22.71 | - |
| YUV | 204.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 102 | 0.08 | 0 | 0.54 | 0.12 | 68.85 | 0.66 | 0.64 |
| Hex | CE | E0 | 66 | 8 | 0 | 36 | C | 45 | 42 | 40 |
| Octal | 316 | 340 | 146 | 10 | 0 | 66 | 14 | 105 | 102 | 100 |
| Binary | 11001110 | 11100000 | 1100110 | 1000 | 0 | 110110 | 1100 | 1000101 | 1000010 | 1000000 |
Color Harmonies of #CEE066
Complementary color
Monochromatic Colors of #CEE066
Black with #CEE066
Text Example
Text Example
White with #CEE066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE066; }
p { color: rgb(206,224,102); }
H1.HeaderClassName
{
color: #CEE066;
}
.AnyTagClassName
{
color: #CEE066;
}
</style>
background-color css
<style>
a { background-color: #CEE066; }
a { background-color: rgb(206,224,102); }
div.DivClassName
{
background-color: #CEE066;
}
.BgClassName
{
background-color: #CEE066;
}
</style>
border-color css
<style>
span { border-color: #CEE066; }
span { border-color: rgb(206,224,102); }
td.TdClassName
{
border-color: #CEE066;
}
.TagClassName
{
border-color: #CEE066;
}
</style>