Shades of Mindaro #CCEC54
Tints of Mindaro #CCEC54
RGB
CMYK
RGB Variations
Color information
#CCEC54 (or 0xCCEC54) is known color: Mindaro. HEX triplet: CC, EC and 54. RGB value is (204,236,84). Sum of RGB (Red+Green+Blue) = 204+236+84=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC54 is #3313AB. Grayscale: #D1D1D1. Windows color (decimal): -3347372 or 5565644. OLE color: 5565644.
HSL color Cylindrical-coordinate representation of color #CCEC54: hue angle of 72.63º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCEC54 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 84 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.07 |
| HSL | 72.63º | 0.8% | 0.63% | - |
| HSV(B) | 72.63º | 0.64% | 0.93% | - |
| XYZ | 56.5 | 73.47 | 19.59 | - |
| YUV | 209.1 | 57.4 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 84 | 0.14 | 0 | 0.64 | 0.07 | 72.63 | 0.8 | 0.63 |
| Hex | CC | EC | 54 | E | 0 | 40 | 7 | 49 | 50 | 3F |
| Octal | 314 | 354 | 124 | 16 | 0 | 100 | 7 | 111 | 120 | 77 |
| Binary | 11001100 | 11101100 | 1010100 | 1110 | 0 | 1000000 | 111 | 1001001 | 1010000 | 111111 |
Color Harmonies of #CCEC54
Complementary color
Monochromatic Colors of #CCEC54
Black with #CCEC54
Text Example
Text Example
White with #CCEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC54; }
p { color: rgb(204,236,84); }
H1.HeaderClassName
{
color: #CCEC54;
}
.AnyTagClassName
{
color: #CCEC54;
}
</style>
background-color css
<style>
a { background-color: #CCEC54; }
a { background-color: rgb(204,236,84); }
div.DivClassName
{
background-color: #CCEC54;
}
.BgClassName
{
background-color: #CCEC54;
}
</style>
border-color css
<style>
span { border-color: #CCEC54; }
span { border-color: rgb(204,236,84); }
td.TdClassName
{
border-color: #CCEC54;
}
.TagClassName
{
border-color: #CCEC54;
}
</style>