Shades of Mindaro #CEEE66
Tints of Mindaro #CEEE66
RGB
CMYK
RGB Variations
Color information
#CEEE66 (or 0xCEEE66) is known color: Mindaro. HEX triplet: CE, EE and 66. RGB value is (206,238,102). Sum of RGB (Red+Green+Blue) = 206+238+102=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE66 is #311199. Grayscale: #D5D5D5. Windows color (decimal): -3215770 or 6745806. OLE color: 6745806.
HSL color Cylindrical-coordinate representation of color #CEEE66: hue angle of 74.12º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEEE66 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 102 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.07 |
| HSL | 74.12º | 0.8% | 0.67% | - |
| HSV(B) | 74.12º | 0.57% | 0.93% | - |
| XYZ | 58.43 | 75.23 | 24.01 | - |
| YUV | 212.93 | 65.4 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 102 | 0.13 | 0 | 0.57 | 0.07 | 74.12 | 0.8 | 0.67 |
| Hex | CE | EE | 66 | D | 0 | 39 | 7 | 4A | 50 | 43 |
| Octal | 316 | 356 | 146 | 15 | 0 | 71 | 7 | 112 | 120 | 103 |
| Binary | 11001110 | 11101110 | 1100110 | 1101 | 0 | 111001 | 111 | 1001010 | 1010000 | 1000011 |
Color Harmonies of #CEEE66
Complementary color
Monochromatic Colors of #CEEE66
Black with #CEEE66
Text Example
Text Example
White with #CEEE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE66; }
p { color: rgb(206,238,102); }
H1.HeaderClassName
{
color: #CEEE66;
}
.AnyTagClassName
{
color: #CEEE66;
}
</style>
background-color css
<style>
a { background-color: #CEEE66; }
a { background-color: rgb(206,238,102); }
div.DivClassName
{
background-color: #CEEE66;
}
.BgClassName
{
background-color: #CEEE66;
}
</style>
border-color css
<style>
span { border-color: #CEEE66; }
span { border-color: rgb(206,238,102); }
td.TdClassName
{
border-color: #CEEE66;
}
.TagClassName
{
border-color: #CEEE66;
}
</style>