Shades of Mindaro #CEEC6B
Tints of Mindaro #CEEC6B
RGB
CMYK
RGB Variations
Color information
#CEEC6B (or 0xCEEC6B) is known color: Mindaro. HEX triplet: CE, EC and 6B. RGB value is (206,236,107). Sum of RGB (Red+Green+Blue) = 206+236+107=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC6B is #311394. Grayscale: #D4D4D4. Windows color (decimal): -3216277 or 7072974. OLE color: 7072974.
HSL color Cylindrical-coordinate representation of color #CEEC6B: hue angle of 73.95º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEEC6B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 107 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.07 |
| HSL | 73.95º | 0.77% | 0.67% | - |
| HSV(B) | 73.95º | 0.55% | 0.93% | - |
| XYZ | 58.1 | 74.17 | 25.16 | - |
| YUV | 212.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 107 | 0.13 | 0 | 0.55 | 0.07 | 73.95 | 0.77 | 0.67 |
| Hex | CE | EC | 6B | D | 0 | 37 | 7 | 4A | 4D | 43 |
| Octal | 316 | 354 | 153 | 15 | 0 | 67 | 7 | 112 | 115 | 103 |
| Binary | 11001110 | 11101100 | 1101011 | 1101 | 0 | 110111 | 111 | 1001010 | 1001101 | 1000011 |
Color Harmonies of #CEEC6B
Complementary color
Monochromatic Colors of #CEEC6B
Black with #CEEC6B
Text Example
Text Example
White with #CEEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC6B; }
p { color: rgb(206,236,107); }
H1.HeaderClassName
{
color: #CEEC6B;
}
.AnyTagClassName
{
color: #CEEC6B;
}
</style>
background-color css
<style>
a { background-color: #CEEC6B; }
a { background-color: rgb(206,236,107); }
div.DivClassName
{
background-color: #CEEC6B;
}
.BgClassName
{
background-color: #CEEC6B;
}
</style>
border-color css
<style>
span { border-color: #CEEC6B; }
span { border-color: rgb(206,236,107); }
td.TdClassName
{
border-color: #CEEC6B;
}
.TagClassName
{
border-color: #CEEC6B;
}
</style>