Shades of Mindaro #CCEC63
Tints of Mindaro #CCEC63
RGB
CMYK
RGB Variations
Color information
#CCEC63 (or 0xCCEC63) is known color: Mindaro. HEX triplet: CC, EC and 63. RGB value is (204,236,99). Sum of RGB (Red+Green+Blue) = 204+236+99=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC63 is #33139C. Grayscale: #D3D3D3. Windows color (decimal): -3347357 or 6548684. OLE color: 6548684.
HSL color Cylindrical-coordinate representation of color #CCEC63: hue angle of 74.01º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCEC63 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 99 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.07 |
| HSL | 74.01º | 0.78% | 0.66% | - |
| HSV(B) | 74.01º | 0.58% | 0.93% | - |
| XYZ | 57.15 | 73.73 | 23.02 | - |
| YUV | 210.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 99 | 0.14 | 0 | 0.58 | 0.07 | 74.01 | 0.78 | 0.66 |
| Hex | CC | EC | 63 | E | 0 | 3A | 7 | 4A | 4E | 42 |
| Octal | 314 | 354 | 143 | 16 | 0 | 72 | 7 | 112 | 116 | 102 |
| Binary | 11001100 | 11101100 | 1100011 | 1110 | 0 | 111010 | 111 | 1001010 | 1001110 | 1000010 |
Color Harmonies of #CCEC63
Complementary color
Monochromatic Colors of #CCEC63
Black with #CCEC63
Text Example
Text Example
White with #CCEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC63; }
p { color: rgb(204,236,99); }
H1.HeaderClassName
{
color: #CCEC63;
}
.AnyTagClassName
{
color: #CCEC63;
}
</style>
background-color css
<style>
a { background-color: #CCEC63; }
a { background-color: rgb(204,236,99); }
div.DivClassName
{
background-color: #CCEC63;
}
.BgClassName
{
background-color: #CCEC63;
}
</style>
border-color css
<style>
span { border-color: #CCEC63; }
span { border-color: rgb(204,236,99); }
td.TdClassName
{
border-color: #CCEC63;
}
.TagClassName
{
border-color: #CCEC63;
}
</style>