Shades of Mindaro #CCEC6D
Tints of Mindaro #CCEC6D
RGB
CMYK
RGB Variations
Color information
#CCEC6D (or 0xCCEC6D) is known color: Mindaro. HEX triplet: CC, EC and 6D. RGB value is (204,236,109). Sum of RGB (Red+Green+Blue) = 204+236+109=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC6D is #331392. Grayscale: #D4D4D4. Windows color (decimal): -3347347 or 7204044. OLE color: 7204044.
HSL color Cylindrical-coordinate representation of color #CCEC6D: hue angle of 75.12º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCEC6D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 109 | - |
CMYK | 0.14 | 0 | 0.54 | 0.07 |
HSL | 75.12º | 0.77% | 0.68% | - |
HSV(B) | 75.12º | 0.54% | 0.93% | - |
XYZ | 57.66 | 73.93 | 25.7 | - |
YUV | 211.95 | 69.9 | 122.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 109 | 0.14 | 0 | 0.54 | 0.07 | 75.12 | 0.77 | 0.68 |
Hex | CC | EC | 6D | E | 0 | 36 | 7 | 4B | 4D | 44 |
Octal | 314 | 354 | 155 | 16 | 0 | 66 | 7 | 113 | 115 | 104 |
Binary | 11001100 | 11101100 | 1101101 | 1110 | 0 | 110110 | 111 | 1001011 | 1001101 | 1000100 |
Color Harmonies of #CCEC6D
Complementary color
Monochromatic Colors of #CCEC6D
Black with #CCEC6D
Text Example
Text Example
White with #CCEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC6D; }
p { color: rgb(204,236,109); }
H1.HeaderClassName
{
color: #CCEC6D;
}
.AnyTagClassName
{
color: #CCEC6D;
}
</style>
background-color css
<style>
a { background-color: #CCEC6D; }
a { background-color: rgb(204,236,109); }
div.DivClassName
{
background-color: #CCEC6D;
}
.BgClassName
{
background-color: #CCEC6D;
}
</style>
border-color css
<style>
span { border-color: #CCEC6D; }
span { border-color: rgb(204,236,109); }
td.TdClassName
{
border-color: #CCEC6D;
}
.TagClassName
{
border-color: #CCEC6D;
}
</style>