Shades of Mindaro #CEEC5C
Tints of Mindaro #CEEC5C
RGB
CMYK
RGB Variations
Color information
#CEEC5C (or 0xCEEC5C) is known color: Mindaro. HEX triplet: CE, EC and 5C. RGB value is (206,236,92). Sum of RGB (Red+Green+Blue) = 206+236+92=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC5C is #3113A3. Grayscale: #D3D3D3. Windows color (decimal): -3216292 or 6089934. OLE color: 6089934.
HSL color Cylindrical-coordinate representation of color #CEEC5C: hue angle of 72.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEEC5C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 92 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.07 |
| HSL | 72.5º | 0.79% | 0.64% | - |
| HSV(B) | 72.5º | 0.61% | 0.93% | - |
| XYZ | 57.38 | 73.89 | 21.36 | - |
| YUV | 210.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 92 | 0.13 | 0 | 0.61 | 0.07 | 72.5 | 0.79 | 0.64 |
| Hex | CE | EC | 5C | D | 0 | 3D | 7 | 48 | 4F | 40 |
| Octal | 316 | 354 | 134 | 15 | 0 | 75 | 7 | 110 | 117 | 100 |
| Binary | 11001110 | 11101100 | 1011100 | 1101 | 0 | 111101 | 111 | 1001000 | 1001111 | 1000000 |
Color Harmonies of #CEEC5C
Complementary color
Monochromatic Colors of #CEEC5C
Black with #CEEC5C
Text Example
Text Example
White with #CEEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC5C; }
p { color: rgb(206,236,92); }
H1.HeaderClassName
{
color: #CEEC5C;
}
.AnyTagClassName
{
color: #CEEC5C;
}
</style>
background-color css
<style>
a { background-color: #CEEC5C; }
a { background-color: rgb(206,236,92); }
div.DivClassName
{
background-color: #CEEC5C;
}
.BgClassName
{
background-color: #CEEC5C;
}
</style>
border-color css
<style>
span { border-color: #CEEC5C; }
span { border-color: rgb(206,236,92); }
td.TdClassName
{
border-color: #CEEC5C;
}
.TagClassName
{
border-color: #CEEC5C;
}
</style>