Shades of Mindaro #CEEC6D
Tints of Mindaro #CEEC6D
RGB
CMYK
RGB Variations
Color information
#CEEC6D (or 0xCEEC6D) is known color: Mindaro. HEX triplet: CE, EC and 6D. RGB value is (206,236,109). Sum of RGB (Red+Green+Blue) = 206+236+109=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC6D is #311392. Grayscale: #D5D5D5. Windows color (decimal): -3216275 or 7204046. OLE color: 7204046.
HSL color Cylindrical-coordinate representation of color #CEEC6D: hue angle of 74.17º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEEC6D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 109 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.07 |
| HSL | 74.17º | 0.77% | 0.68% | - |
| HSV(B) | 74.17º | 0.54% | 0.93% | - |
| XYZ | 58.21 | 74.22 | 25.73 | - |
| YUV | 212.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 109 | 0.13 | 0 | 0.54 | 0.07 | 74.17 | 0.77 | 0.68 |
| Hex | CE | EC | 6D | D | 0 | 36 | 7 | 4A | 4D | 44 |
| Octal | 316 | 354 | 155 | 15 | 0 | 66 | 7 | 112 | 115 | 104 |
| Binary | 11001110 | 11101100 | 1101101 | 1101 | 0 | 110110 | 111 | 1001010 | 1001101 | 1000100 |
Color Harmonies of #CEEC6D
Complementary color
Monochromatic Colors of #CEEC6D
Black with #CEEC6D
Text Example
Text Example
White with #CEEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC6D; }
p { color: rgb(206,236,109); }
H1.HeaderClassName
{
color: #CEEC6D;
}
.AnyTagClassName
{
color: #CEEC6D;
}
</style>
background-color css
<style>
a { background-color: #CEEC6D; }
a { background-color: rgb(206,236,109); }
div.DivClassName
{
background-color: #CEEC6D;
}
.BgClassName
{
background-color: #CEEC6D;
}
</style>
border-color css
<style>
span { border-color: #CEEC6D; }
span { border-color: rgb(206,236,109); }
td.TdClassName
{
border-color: #CEEC6D;
}
.TagClassName
{
border-color: #CEEC6D;
}
</style>