Shades of Mindaro #CCE764
Tints of Mindaro #CCE764
RGB
CMYK
RGB Variations
Color information
#CCE764 (or 0xCCE764) is known color: Mindaro. HEX triplet: CC, E7 and 64. RGB value is (204,231,100). Sum of RGB (Red+Green+Blue) = 204+231+100=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE764 is #33189B. Grayscale: #D0D0D0. Windows color (decimal): -3348636 or 6612940. OLE color: 6612940.
HSL color Cylindrical-coordinate representation of color #CCE764: hue angle of 72.37º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCE764 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 100 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.09 |
| HSL | 72.37º | 0.73% | 0.65% | - |
| HSV(B) | 72.37º | 0.57% | 0.91% | - |
| XYZ | 55.78 | 70.91 | 22.8 | - |
| YUV | 207.99 | 67.05 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 100 | 0.12 | 0 | 0.57 | 0.09 | 72.37 | 0.73 | 0.65 |
| Hex | CC | E7 | 64 | C | 0 | 39 | 9 | 48 | 49 | 41 |
| Octal | 314 | 347 | 144 | 14 | 0 | 71 | 11 | 110 | 111 | 101 |
| Binary | 11001100 | 11100111 | 1100100 | 1100 | 0 | 111001 | 1001 | 1001000 | 1001001 | 1000001 |
Color Harmonies of #CCE764
Complementary color
Monochromatic Colors of #CCE764
Black with #CCE764
Text Example
Text Example
White with #CCE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE764; }
p { color: rgb(204,231,100); }
H1.HeaderClassName
{
color: #CCE764;
}
.AnyTagClassName
{
color: #CCE764;
}
</style>
background-color css
<style>
a { background-color: #CCE764; }
a { background-color: rgb(204,231,100); }
div.DivClassName
{
background-color: #CCE764;
}
.BgClassName
{
background-color: #CCE764;
}
</style>
border-color css
<style>
span { border-color: #CCE764; }
span { border-color: rgb(204,231,100); }
td.TdClassName
{
border-color: #CCE764;
}
.TagClassName
{
border-color: #CCE764;
}
</style>