Shades of Mindaro #CCE866
Tints of Mindaro #CCE866
RGB
CMYK
RGB Variations
Color information
#CCE866 (or 0xCCE866) is known color: Mindaro. HEX triplet: CC, E8 and 66. RGB value is (204,232,102). Sum of RGB (Red+Green+Blue) = 204+232+102=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE866 is #331799. Grayscale: #D1D1D1. Windows color (decimal): -3348378 or 6744268. OLE color: 6744268.
HSL color Cylindrical-coordinate representation of color #CCE866: hue angle of 72.92º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCE866 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 102 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.09 |
| HSL | 72.92º | 0.74% | 0.65% | - |
| HSV(B) | 72.92º | 0.56% | 0.91% | - |
| XYZ | 56.16 | 71.51 | 23.41 | - |
| YUV | 208.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 102 | 0.12 | 0 | 0.56 | 0.09 | 72.92 | 0.74 | 0.65 |
| Hex | CC | E8 | 66 | C | 0 | 38 | 9 | 49 | 4A | 41 |
| Octal | 314 | 350 | 146 | 14 | 0 | 70 | 11 | 111 | 112 | 101 |
| Binary | 11001100 | 11101000 | 1100110 | 1100 | 0 | 111000 | 1001 | 1001001 | 1001010 | 1000001 |
Color Harmonies of #CCE866
Complementary color
Monochromatic Colors of #CCE866
Black with #CCE866
Text Example
Text Example
White with #CCE866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE866; }
p { color: rgb(204,232,102); }
H1.HeaderClassName
{
color: #CCE866;
}
.AnyTagClassName
{
color: #CCE866;
}
</style>
background-color css
<style>
a { background-color: #CCE866; }
a { background-color: rgb(204,232,102); }
div.DivClassName
{
background-color: #CCE866;
}
.BgClassName
{
background-color: #CCE866;
}
</style>
border-color css
<style>
span { border-color: #CCE866; }
span { border-color: rgb(204,232,102); }
td.TdClassName
{
border-color: #CCE866;
}
.TagClassName
{
border-color: #CCE866;
}
</style>