Shades of Mindaro #CCEC6C
Tints of Mindaro #CCEC6C
RGB
CMYK
RGB Variations
Color information
#CCEC6C (or 0xCCEC6C) is known color: Mindaro. HEX triplet: CC, EC and 6C. RGB value is (204,236,108). Sum of RGB (Red+Green+Blue) = 204+236+108=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC6C is #331393. Grayscale: #D4D4D4. Windows color (decimal): -3347348 or 7138508. OLE color: 7138508.
HSL color Cylindrical-coordinate representation of color #CCEC6C: hue angle of 75º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCEC6C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 108 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.07 |
| HSL | 75º | 0.77% | 0.67% | - |
| HSV(B) | 75º | 0.54% | 0.93% | - |
| XYZ | 57.6 | 73.91 | 25.42 | - |
| YUV | 211.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 108 | 0.14 | 0 | 0.54 | 0.07 | 75 | 0.77 | 0.67 |
| Hex | CC | EC | 6C | E | 0 | 36 | 7 | 4B | 4D | 43 |
| Octal | 314 | 354 | 154 | 16 | 0 | 66 | 7 | 113 | 115 | 103 |
| Binary | 11001100 | 11101100 | 1101100 | 1110 | 0 | 110110 | 111 | 1001011 | 1001101 | 1000011 |
Color Harmonies of #CCEC6C
Complementary color
Monochromatic Colors of #CCEC6C
Black with #CCEC6C
Text Example
Text Example
White with #CCEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC6C; }
p { color: rgb(204,236,108); }
H1.HeaderClassName
{
color: #CCEC6C;
}
.AnyTagClassName
{
color: #CCEC6C;
}
</style>
background-color css
<style>
a { background-color: #CCEC6C; }
a { background-color: rgb(204,236,108); }
div.DivClassName
{
background-color: #CCEC6C;
}
.BgClassName
{
background-color: #CCEC6C;
}
</style>
border-color css
<style>
span { border-color: #CCEC6C; }
span { border-color: rgb(204,236,108); }
td.TdClassName
{
border-color: #CCEC6C;
}
.TagClassName
{
border-color: #CCEC6C;
}
</style>