Shades of Mindaro #CCE868
Tints of Mindaro #CCE868
RGB
CMYK
RGB Variations
Color information
#CCE868 (or 0xCCE868) is known color: Mindaro. HEX triplet: CC, E8 and 68. RGB value is (204,232,104). Sum of RGB (Red+Green+Blue) = 204+232+104=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE868 is #331797. Grayscale: #D1D1D1. Windows color (decimal): -3348376 or 6875340. OLE color: 6875340.
HSL color Cylindrical-coordinate representation of color #CCE868: hue angle of 73.12º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE868 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 104 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.09 |
| HSL | 73.13º | 0.74% | 0.66% | - |
| HSV(B) | 73.13º | 0.55% | 0.91% | - |
| XYZ | 56.26 | 71.55 | 23.94 | - |
| YUV | 209.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 104 | 0.12 | 0 | 0.55 | 0.09 | 73.13 | 0.74 | 0.66 |
| Hex | CC | E8 | 68 | C | 0 | 37 | 9 | 49 | 4A | 42 |
| Octal | 314 | 350 | 150 | 14 | 0 | 67 | 11 | 111 | 112 | 102 |
| Binary | 11001100 | 11101000 | 1101000 | 1100 | 0 | 110111 | 1001 | 1001001 | 1001010 | 1000010 |
Color Harmonies of #CCE868
Complementary color
Monochromatic Colors of #CCE868
Black with #CCE868
Text Example
Text Example
White with #CCE868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE868; }
p { color: rgb(204,232,104); }
H1.HeaderClassName
{
color: #CCE868;
}
.AnyTagClassName
{
color: #CCE868;
}
</style>
background-color css
<style>
a { background-color: #CCE868; }
a { background-color: rgb(204,232,104); }
div.DivClassName
{
background-color: #CCE868;
}
.BgClassName
{
background-color: #CCE868;
}
</style>
border-color css
<style>
span { border-color: #CCE868; }
span { border-color: rgb(204,232,104); }
td.TdClassName
{
border-color: #CCE868;
}
.TagClassName
{
border-color: #CCE868;
}
</style>