Shades of Mindaro #CCE665
Tints of Mindaro #CCE665
RGB
CMYK
RGB Variations
Color information
#CCE665 (or 0xCCE665) is known color: Mindaro. HEX triplet: CC, E6 and 65. RGB value is (204,230,101). Sum of RGB (Red+Green+Blue) = 204+230+101=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE665 is #33199A. Grayscale: #D0D0D0. Windows color (decimal): -3348891 or 6678220. OLE color: 6678220.
HSL color Cylindrical-coordinate representation of color #CCE665: hue angle of 72.09º 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 #CCE665 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 101 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.10 |
| HSL | 72.09º | 0.72% | 0.65% | - |
| HSV(B) | 72.09º | 0.56% | 0.9% | - |
| XYZ | 55.55 | 70.37 | 22.97 | - |
| YUV | 207.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 101 | 0.11 | 0 | 0.56 | 0.10 | 72.09 | 0.72 | 0.65 |
| Hex | CC | E6 | 65 | B | 0 | 38 | A | 48 | 48 | 41 |
| Octal | 314 | 346 | 145 | 13 | 0 | 70 | 12 | 110 | 110 | 101 |
| Binary | 11001100 | 11100110 | 1100101 | 1011 | 0 | 111000 | 1010 | 1001000 | 1001000 | 1000001 |
Color Harmonies of #CCE665
Complementary color
Monochromatic Colors of #CCE665
Black with #CCE665
Text Example
Text Example
White with #CCE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE665; }
p { color: rgb(204,230,101); }
H1.HeaderClassName
{
color: #CCE665;
}
.AnyTagClassName
{
color: #CCE665;
}
</style>
background-color css
<style>
a { background-color: #CCE665; }
a { background-color: rgb(204,230,101); }
div.DivClassName
{
background-color: #CCE665;
}
.BgClassName
{
background-color: #CCE665;
}
</style>
border-color css
<style>
span { border-color: #CCE665; }
span { border-color: rgb(204,230,101); }
td.TdClassName
{
border-color: #CCE665;
}
.TagClassName
{
border-color: #CCE665;
}
</style>