Shades of Mindaro #CCE168
Tints of Mindaro #CCE168
RGB
CMYK
RGB Variations
Color information
#CCE168 (or 0xCCE168) is known color: Mindaro. HEX triplet: CC, E1 and 68. RGB value is (204,225,104). Sum of RGB (Red+Green+Blue) = 204+225+104=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE168 is #331E97. Grayscale: #CDCDCD. Windows color (decimal): -3350168 or 6873548. OLE color: 6873548.
HSL color Cylindrical-coordinate representation of color #CCE168: hue angle of 70.41º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE168 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 104 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.12 |
| HSL | 70.41º | 0.67% | 0.65% | - |
| HSV(B) | 70.41º | 0.54% | 0.88% | - |
| XYZ | 54.33 | 67.69 | 23.3 | - |
| YUV | 204.93 | 71.04 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 104 | 0.09 | 0 | 0.54 | 0.12 | 70.41 | 0.67 | 0.65 |
| Hex | CC | E1 | 68 | 9 | 0 | 36 | C | 46 | 43 | 41 |
| Octal | 314 | 341 | 150 | 11 | 0 | 66 | 14 | 106 | 103 | 101 |
| Binary | 11001100 | 11100001 | 1101000 | 1001 | 0 | 110110 | 1100 | 1000110 | 1000011 | 1000001 |
Color Harmonies of #CCE168
Complementary color
Monochromatic Colors of #CCE168
Black with #CCE168
Text Example
Text Example
White with #CCE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE168; }
p { color: rgb(204,225,104); }
H1.HeaderClassName
{
color: #CCE168;
}
.AnyTagClassName
{
color: #CCE168;
}
</style>
background-color css
<style>
a { background-color: #CCE168; }
a { background-color: rgb(204,225,104); }
div.DivClassName
{
background-color: #CCE168;
}
.BgClassName
{
background-color: #CCE168;
}
</style>
border-color css
<style>
span { border-color: #CCE168; }
span { border-color: rgb(204,225,104); }
td.TdClassName
{
border-color: #CCE168;
}
.TagClassName
{
border-color: #CCE168;
}
</style>