Shades of Mindaro #CEEC6C
Tints of Mindaro #CEEC6C
RGB
CMYK
RGB Variations
Color information
#CEEC6C (or 0xCEEC6C) is known color: Mindaro. HEX triplet: CE, EC and 6C. RGB value is (206,236,108). Sum of RGB (Red+Green+Blue) = 206+236+108=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC6C is #311393. Grayscale: #D4D4D4. Windows color (decimal): -3216276 or 7138510. OLE color: 7138510.
HSL color Cylindrical-coordinate representation of color #CEEC6C: hue angle of 74.06º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEEC6C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 108 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.07 |
| HSL | 74.06º | 0.77% | 0.67% | - |
| HSV(B) | 74.06º | 0.54% | 0.93% | - |
| XYZ | 58.16 | 74.2 | 25.44 | - |
| YUV | 212.44 | 69.06 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 108 | 0.13 | 0 | 0.54 | 0.07 | 74.06 | 0.77 | 0.67 |
| Hex | CE | EC | 6C | D | 0 | 36 | 7 | 4A | 4D | 43 |
| Octal | 316 | 354 | 154 | 15 | 0 | 66 | 7 | 112 | 115 | 103 |
| Binary | 11001110 | 11101100 | 1101100 | 1101 | 0 | 110110 | 111 | 1001010 | 1001101 | 1000011 |
Color Harmonies of #CEEC6C
Complementary color
Monochromatic Colors of #CEEC6C
Black with #CEEC6C
Text Example
Text Example
White with #CEEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC6C; }
p { color: rgb(206,236,108); }
H1.HeaderClassName
{
color: #CEEC6C;
}
.AnyTagClassName
{
color: #CEEC6C;
}
</style>
background-color css
<style>
a { background-color: #CEEC6C; }
a { background-color: rgb(206,236,108); }
div.DivClassName
{
background-color: #CEEC6C;
}
.BgClassName
{
background-color: #CEEC6C;
}
</style>
border-color css
<style>
span { border-color: #CEEC6C; }
span { border-color: rgb(206,236,108); }
td.TdClassName
{
border-color: #CEEC6C;
}
.TagClassName
{
border-color: #CEEC6C;
}
</style>