Shades of Mindaro #CCE167
Tints of Mindaro #CCE167
RGB
CMYK
RGB Variations
Color information
#CCE167 (or 0xCCE167) is known color: Mindaro. HEX triplet: CC, E1 and 67. RGB value is (204,225,103). Sum of RGB (Red+Green+Blue) = 204+225+103=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE167 is #331E98. Grayscale: #CDCDCD. Windows color (decimal): -3350169 or 6808012. OLE color: 6808012.
HSL color Cylindrical-coordinate representation of color #CCE167: hue angle of 70.33º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE167 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 103 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.12 |
| HSL | 70.33º | 0.67% | 0.64% | - |
| HSV(B) | 70.33º | 0.54% | 0.88% | - |
| XYZ | 54.28 | 67.67 | 23.03 | - |
| YUV | 204.81 | 70.54 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 103 | 0.09 | 0 | 0.54 | 0.12 | 70.33 | 0.67 | 0.64 |
| Hex | CC | E1 | 67 | 9 | 0 | 36 | C | 46 | 43 | 40 |
| Octal | 314 | 341 | 147 | 11 | 0 | 66 | 14 | 106 | 103 | 100 |
| Binary | 11001100 | 11100001 | 1100111 | 1001 | 0 | 110110 | 1100 | 1000110 | 1000011 | 1000000 |
Color Harmonies of #CCE167
Complementary color
Monochromatic Colors of #CCE167
Black with #CCE167
Text Example
Text Example
White with #CCE167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE167; }
p { color: rgb(204,225,103); }
H1.HeaderClassName
{
color: #CCE167;
}
.AnyTagClassName
{
color: #CCE167;
}
</style>
background-color css
<style>
a { background-color: #CCE167; }
a { background-color: rgb(204,225,103); }
div.DivClassName
{
background-color: #CCE167;
}
.BgClassName
{
background-color: #CCE167;
}
</style>
border-color css
<style>
span { border-color: #CCE167; }
span { border-color: rgb(204,225,103); }
td.TdClassName
{
border-color: #CCE167;
}
.TagClassName
{
border-color: #CCE167;
}
</style>