Shades of Mindaro #CCE366
Tints of Mindaro #CCE366
RGB
CMYK
RGB Variations
Color information
#CCE366 (or 0xCCE366) is known color: Mindaro. HEX triplet: CC, E3 and 66. RGB value is (204,227,102). Sum of RGB (Red+Green+Blue) = 204+227+102=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE366 is #331C99. Grayscale: #CECECE. Windows color (decimal): -3349658 or 6742988. OLE color: 6742988.
HSL color Cylindrical-coordinate representation of color #CCE366: hue angle of 71.04º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE366 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 102 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.11 |
| HSL | 71.04º | 0.69% | 0.65% | - |
| HSV(B) | 71.04º | 0.55% | 0.89% | - |
| XYZ | 54.77 | 68.73 | 22.95 | - |
| YUV | 205.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 102 | 0.10 | 0 | 0.55 | 0.11 | 71.04 | 0.69 | 0.65 |
| Hex | CC | E3 | 66 | A | 0 | 37 | B | 47 | 45 | 41 |
| Octal | 314 | 343 | 146 | 12 | 0 | 67 | 13 | 107 | 105 | 101 |
| Binary | 11001100 | 11100011 | 1100110 | 1010 | 0 | 110111 | 1011 | 1000111 | 1000101 | 1000001 |
Color Harmonies of #CCE366
Complementary color
Monochromatic Colors of #CCE366
Black with #CCE366
Text Example
Text Example
White with #CCE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE366; }
p { color: rgb(204,227,102); }
H1.HeaderClassName
{
color: #CCE366;
}
.AnyTagClassName
{
color: #CCE366;
}
</style>
background-color css
<style>
a { background-color: #CCE366; }
a { background-color: rgb(204,227,102); }
div.DivClassName
{
background-color: #CCE366;
}
.BgClassName
{
background-color: #CCE366;
}
</style>
border-color css
<style>
span { border-color: #CCE366; }
span { border-color: rgb(204,227,102); }
td.TdClassName
{
border-color: #CCE366;
}
.TagClassName
{
border-color: #CCE366;
}
</style>