Shades of Mindaro #CCE263
Tints of Mindaro #CCE263
RGB
CMYK
RGB Variations
Color information
#CCE263 (or 0xCCE263) is known color: Mindaro. HEX triplet: CC, E2 and 63. RGB value is (204,226,99). Sum of RGB (Red+Green+Blue) = 204+226+99=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE263 is #331D9C. Grayscale: #CDCDCD. Windows color (decimal): -3349917 or 6546124. OLE color: 6546124.
HSL color Cylindrical-coordinate representation of color #CCE263: hue angle of 70.39º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCE263 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 99 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.11 |
| HSL | 70.39º | 0.69% | 0.64% | - |
| HSV(B) | 70.39º | 0.56% | 0.89% | - |
| XYZ | 54.35 | 68.13 | 22.09 | - |
| YUV | 204.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 99 | 0.10 | 0 | 0.56 | 0.11 | 70.39 | 0.69 | 0.64 |
| Hex | CC | E2 | 63 | A | 0 | 38 | B | 46 | 45 | 40 |
| Octal | 314 | 342 | 143 | 12 | 0 | 70 | 13 | 106 | 105 | 100 |
| Binary | 11001100 | 11100010 | 1100011 | 1010 | 0 | 111000 | 1011 | 1000110 | 1000101 | 1000000 |
Color Harmonies of #CCE263
Complementary color
Monochromatic Colors of #CCE263
Black with #CCE263
Text Example
Text Example
White with #CCE263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE263; }
p { color: rgb(204,226,99); }
H1.HeaderClassName
{
color: #CCE263;
}
.AnyTagClassName
{
color: #CCE263;
}
</style>
background-color css
<style>
a { background-color: #CCE263; }
a { background-color: rgb(204,226,99); }
div.DivClassName
{
background-color: #CCE263;
}
.BgClassName
{
background-color: #CCE263;
}
</style>
border-color css
<style>
span { border-color: #CCE263; }
span { border-color: rgb(204,226,99); }
td.TdClassName
{
border-color: #CCE263;
}
.TagClassName
{
border-color: #CCE263;
}
</style>