Shades of Mindaro #CCE666
Tints of Mindaro #CCE666
RGB
CMYK
RGB Variations
Color information
#CCE666 (or 0xCCE666) is known color: Mindaro. HEX triplet: CC, E6 and 66. RGB value is (204,230,102). Sum of RGB (Red+Green+Blue) = 204+230+102=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE666 is #331999. Grayscale: #D0D0D0. Windows color (decimal): -3348890 or 6743756. OLE color: 6743756.
HSL color Cylindrical-coordinate representation of color #CCE666: hue angle of 72.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCE666 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 102 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.10 |
| HSL | 72.19º | 0.72% | 0.65% | - |
| HSV(B) | 72.19º | 0.56% | 0.9% | - |
| XYZ | 55.6 | 70.39 | 23.23 | - |
| YUV | 207.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 102 | 0.11 | 0 | 0.56 | 0.10 | 72.19 | 0.72 | 0.65 |
| Hex | CC | E6 | 66 | B | 0 | 38 | A | 48 | 48 | 41 |
| Octal | 314 | 346 | 146 | 13 | 0 | 70 | 12 | 110 | 110 | 101 |
| Binary | 11001100 | 11100110 | 1100110 | 1011 | 0 | 111000 | 1010 | 1001000 | 1001000 | 1000001 |
Color Harmonies of #CCE666
Complementary color
Monochromatic Colors of #CCE666
Black with #CCE666
Text Example
Text Example
White with #CCE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE666; }
p { color: rgb(204,230,102); }
H1.HeaderClassName
{
color: #CCE666;
}
.AnyTagClassName
{
color: #CCE666;
}
</style>
background-color css
<style>
a { background-color: #CCE666; }
a { background-color: rgb(204,230,102); }
div.DivClassName
{
background-color: #CCE666;
}
.BgClassName
{
background-color: #CCE666;
}
</style>
border-color css
<style>
span { border-color: #CCE666; }
span { border-color: rgb(204,230,102); }
td.TdClassName
{
border-color: #CCE666;
}
.TagClassName
{
border-color: #CCE666;
}
</style>