Shades of Mindaro #CEEC5D
Tints of Mindaro #CEEC5D
RGB
CMYK
RGB Variations
Color information
#CEEC5D (or 0xCEEC5D) is known color: Mindaro. HEX triplet: CE, EC and 5D. RGB value is (206,236,93). Sum of RGB (Red+Green+Blue) = 206+236+93=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC5D is #3113A2. Grayscale: #D3D3D3. Windows color (decimal): -3216291 or 6155470. OLE color: 6155470.
HSL color Cylindrical-coordinate representation of color #CEEC5D: hue angle of 72.59º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEEC5D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 93 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.07 |
| HSL | 72.59º | 0.79% | 0.65% | - |
| HSV(B) | 72.59º | 0.61% | 0.93% | - |
| XYZ | 57.42 | 73.9 | 21.59 | - |
| YUV | 210.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 93 | 0.13 | 0 | 0.61 | 0.07 | 72.59 | 0.79 | 0.65 |
| Hex | CE | EC | 5D | D | 0 | 3D | 7 | 49 | 4F | 41 |
| Octal | 316 | 354 | 135 | 15 | 0 | 75 | 7 | 111 | 117 | 101 |
| Binary | 11001110 | 11101100 | 1011101 | 1101 | 0 | 111101 | 111 | 1001001 | 1001111 | 1000001 |
Color Harmonies of #CEEC5D
Complementary color
Monochromatic Colors of #CEEC5D
Black with #CEEC5D
Text Example
Text Example
White with #CEEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC5D; }
p { color: rgb(206,236,93); }
H1.HeaderClassName
{
color: #CEEC5D;
}
.AnyTagClassName
{
color: #CEEC5D;
}
</style>
background-color css
<style>
a { background-color: #CEEC5D; }
a { background-color: rgb(206,236,93); }
div.DivClassName
{
background-color: #CEEC5D;
}
.BgClassName
{
background-color: #CEEC5D;
}
</style>
border-color css
<style>
span { border-color: #CEEC5D; }
span { border-color: rgb(206,236,93); }
td.TdClassName
{
border-color: #CEEC5D;
}
.TagClassName
{
border-color: #CEEC5D;
}
</style>