Shades of Mindaro #CCE266
Tints of Mindaro #CCE266
RGB
CMYK
RGB Variations
Color information
#CCE266 (or 0xCCE266) is known color: Mindaro. HEX triplet: CC, E2 and 66. RGB value is (204,226,102). Sum of RGB (Red+Green+Blue) = 204+226+102=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE266 is #331D99. Grayscale: #CDCDCD. Windows color (decimal): -3349914 or 6742732. OLE color: 6742732.
HSL color Cylindrical-coordinate representation of color #CCE266: hue angle of 70.65º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE266 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 102 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.11 |
| HSL | 70.65º | 0.68% | 0.64% | - |
| HSV(B) | 70.65º | 0.55% | 0.89% | - |
| XYZ | 54.5 | 68.19 | 22.86 | - |
| YUV | 205.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 102 | 0.10 | 0 | 0.55 | 0.11 | 70.65 | 0.68 | 0.64 |
| Hex | CC | E2 | 66 | A | 0 | 37 | B | 47 | 44 | 40 |
| Octal | 314 | 342 | 146 | 12 | 0 | 67 | 13 | 107 | 104 | 100 |
| Binary | 11001100 | 11100010 | 1100110 | 1010 | 0 | 110111 | 1011 | 1000111 | 1000100 | 1000000 |
Color Harmonies of #CCE266
Complementary color
Monochromatic Colors of #CCE266
Black with #CCE266
Text Example
Text Example
White with #CCE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE266; }
p { color: rgb(204,226,102); }
H1.HeaderClassName
{
color: #CCE266;
}
.AnyTagClassName
{
color: #CCE266;
}
</style>
background-color css
<style>
a { background-color: #CCE266; }
a { background-color: rgb(204,226,102); }
div.DivClassName
{
background-color: #CCE266;
}
.BgClassName
{
background-color: #CCE266;
}
</style>
border-color css
<style>
span { border-color: #CCE266; }
span { border-color: rgb(204,226,102); }
td.TdClassName
{
border-color: #CCE266;
}
.TagClassName
{
border-color: #CCE266;
}
</style>