Shades of Mindaro #CCE664
Tints of Mindaro #CCE664
RGB
CMYK
RGB Variations
Color information
#CCE664 (or 0xCCE664) is known color: Mindaro. HEX triplet: CC, E6 and 64. RGB value is (204,230,100). Sum of RGB (Red+Green+Blue) = 204+230+100=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE664 is #33199B. Grayscale: #CFCFCF. Windows color (decimal): -3348892 or 6612684. OLE color: 6612684.
HSL color Cylindrical-coordinate representation of color #CCE664: hue angle of 72º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCE664 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 100 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.10 |
| HSL | 72º | 0.72% | 0.65% | - |
| HSV(B) | 72º | 0.57% | 0.9% | - |
| XYZ | 55.5 | 70.35 | 22.71 | - |
| YUV | 207.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 100 | 0.11 | 0 | 0.57 | 0.10 | 72 | 0.72 | 0.65 |
| Hex | CC | E6 | 64 | B | 0 | 39 | A | 48 | 48 | 41 |
| Octal | 314 | 346 | 144 | 13 | 0 | 71 | 12 | 110 | 110 | 101 |
| Binary | 11001100 | 11100110 | 1100100 | 1011 | 0 | 111001 | 1010 | 1001000 | 1001000 | 1000001 |
Color Harmonies of #CCE664
Complementary color
Monochromatic Colors of #CCE664
Black with #CCE664
Text Example
Text Example
White with #CCE664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE664; }
p { color: rgb(204,230,100); }
H1.HeaderClassName
{
color: #CCE664;
}
.AnyTagClassName
{
color: #CCE664;
}
</style>
background-color css
<style>
a { background-color: #CCE664; }
a { background-color: rgb(204,230,100); }
div.DivClassName
{
background-color: #CCE664;
}
.BgClassName
{
background-color: #CCE664;
}
</style>
border-color css
<style>
span { border-color: #CCE664; }
span { border-color: rgb(204,230,100); }
td.TdClassName
{
border-color: #CCE664;
}
.TagClassName
{
border-color: #CCE664;
}
</style>