Shades of Mindaro #CCEC5D
Tints of Mindaro #CCEC5D
RGB
CMYK
RGB Variations
Color information
#CCEC5D (or 0xCCEC5D) is known color: Mindaro. HEX triplet: CC, EC and 5D. RGB value is (204,236,93). Sum of RGB (Red+Green+Blue) = 204+236+93=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC5D is #3313A2. Grayscale: #D2D2D2. Windows color (decimal): -3347363 or 6155468. OLE color: 6155468.
HSL color Cylindrical-coordinate representation of color #CCEC5D: hue angle of 73.43º 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 #CCEC5D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 93 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.07 |
| HSL | 73.43º | 0.79% | 0.65% | - |
| HSV(B) | 73.43º | 0.61% | 0.93% | - |
| XYZ | 56.87 | 73.62 | 21.57 | - |
| YUV | 210.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 93 | 0.14 | 0 | 0.61 | 0.07 | 73.43 | 0.79 | 0.65 |
| Hex | CC | EC | 5D | E | 0 | 3D | 7 | 49 | 4F | 41 |
| Octal | 314 | 354 | 135 | 16 | 0 | 75 | 7 | 111 | 117 | 101 |
| Binary | 11001100 | 11101100 | 1011101 | 1110 | 0 | 111101 | 111 | 1001001 | 1001111 | 1000001 |
Color Harmonies of #CCEC5D
Complementary color
Monochromatic Colors of #CCEC5D
Black with #CCEC5D
Text Example
Text Example
White with #CCEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC5D; }
p { color: rgb(204,236,93); }
H1.HeaderClassName
{
color: #CCEC5D;
}
.AnyTagClassName
{
color: #CCEC5D;
}
</style>
background-color css
<style>
a { background-color: #CCEC5D; }
a { background-color: rgb(204,236,93); }
div.DivClassName
{
background-color: #CCEC5D;
}
.BgClassName
{
background-color: #CCEC5D;
}
</style>
border-color css
<style>
span { border-color: #CCEC5D; }
span { border-color: rgb(204,236,93); }
td.TdClassName
{
border-color: #CCEC5D;
}
.TagClassName
{
border-color: #CCEC5D;
}
</style>