Shades of Mindaro #CCEC65
Tints of Mindaro #CCEC65
RGB
CMYK
RGB Variations
Color information
#CCEC65 (or 0xCCEC65) is known color: Mindaro. HEX triplet: CC, EC and 65. RGB value is (204,236,101). Sum of RGB (Red+Green+Blue) = 204+236+101=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC65 is #33139A. Grayscale: #D3D3D3. Windows color (decimal): -3347355 or 6679756. OLE color: 6679756.
HSL color Cylindrical-coordinate representation of color #CCEC65: hue angle of 74.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCEC65 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 101 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.07 |
| HSL | 74.22º | 0.78% | 0.66% | - |
| HSV(B) | 74.22º | 0.57% | 0.93% | - |
| XYZ | 57.25 | 73.77 | 23.53 | - |
| YUV | 211.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 101 | 0.14 | 0 | 0.57 | 0.07 | 74.22 | 0.78 | 0.66 |
| Hex | CC | EC | 65 | E | 0 | 39 | 7 | 4A | 4E | 42 |
| Octal | 314 | 354 | 145 | 16 | 0 | 71 | 7 | 112 | 116 | 102 |
| Binary | 11001100 | 11101100 | 1100101 | 1110 | 0 | 111001 | 111 | 1001010 | 1001110 | 1000010 |
Color Harmonies of #CCEC65
Complementary color
Monochromatic Colors of #CCEC65
Black with #CCEC65
Text Example
Text Example
White with #CCEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC65; }
p { color: rgb(204,236,101); }
H1.HeaderClassName
{
color: #CCEC65;
}
.AnyTagClassName
{
color: #CCEC65;
}
</style>
background-color css
<style>
a { background-color: #CCEC65; }
a { background-color: rgb(204,236,101); }
div.DivClassName
{
background-color: #CCEC65;
}
.BgClassName
{
background-color: #CCEC65;
}
</style>
border-color css
<style>
span { border-color: #CCEC65; }
span { border-color: rgb(204,236,101); }
td.TdClassName
{
border-color: #CCEC65;
}
.TagClassName
{
border-color: #CCEC65;
}
</style>