Shades of Mindaro #CCE165
Tints of Mindaro #CCE165
RGB
CMYK
RGB Variations
Color information
#CCE165 (or 0xCCE165) is known color: Mindaro. HEX triplet: CC, E1 and 65. RGB value is (204,225,101). Sum of RGB (Red+Green+Blue) = 204+225+101=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE165 is #331E9A. Grayscale: #CDCDCD. Windows color (decimal): -3350171 or 6676940. OLE color: 6676940.
HSL color Cylindrical-coordinate representation of color #CCE165: hue angle of 70.16º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE165 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 101 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.12 |
| HSL | 70.16º | 0.67% | 0.64% | - |
| HSV(B) | 70.16º | 0.55% | 0.88% | - |
| XYZ | 54.18 | 67.63 | 22.51 | - |
| YUV | 204.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 101 | 0.09 | 0 | 0.55 | 0.12 | 70.16 | 0.67 | 0.64 |
| Hex | CC | E1 | 65 | 9 | 0 | 37 | C | 46 | 43 | 40 |
| Octal | 314 | 341 | 145 | 11 | 0 | 67 | 14 | 106 | 103 | 100 |
| Binary | 11001100 | 11100001 | 1100101 | 1001 | 0 | 110111 | 1100 | 1000110 | 1000011 | 1000000 |
Color Harmonies of #CCE165
Complementary color
Monochromatic Colors of #CCE165
Black with #CCE165
Text Example
Text Example
White with #CCE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE165; }
p { color: rgb(204,225,101); }
H1.HeaderClassName
{
color: #CCE165;
}
.AnyTagClassName
{
color: #CCE165;
}
</style>
background-color css
<style>
a { background-color: #CCE165; }
a { background-color: rgb(204,225,101); }
div.DivClassName
{
background-color: #CCE165;
}
.BgClassName
{
background-color: #CCE165;
}
</style>
border-color css
<style>
span { border-color: #CCE165; }
span { border-color: rgb(204,225,101); }
td.TdClassName
{
border-color: #CCE165;
}
.TagClassName
{
border-color: #CCE165;
}
</style>