Shades of Mindaro #CCE854
Tints of Mindaro #CCE854
RGB
CMYK
RGB Variations
Color information
#CCE854 (or 0xCCE854) is known color: Mindaro. HEX triplet: CC, E8 and 54. RGB value is (204,232,84). Sum of RGB (Red+Green+Blue) = 204+232+84=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE854 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE854 is #3317AB. Grayscale: #CFCFCF. Windows color (decimal): -3348396 or 5564620. OLE color: 5564620.
HSL color Cylindrical-coordinate representation of color #CCE854: hue angle of 71.35º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCE854 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 84 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.09 |
| HSL | 71.35º | 0.76% | 0.62% | - |
| HSV(B) | 71.35º | 0.64% | 0.91% | - |
| XYZ | 55.36 | 71.19 | 19.21 | - |
| YUV | 206.76 | 58.72 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 84 | 0.12 | 0 | 0.64 | 0.09 | 71.35 | 0.76 | 0.62 |
| Hex | CC | E8 | 54 | C | 0 | 40 | 9 | 47 | 4C | 3E |
| Octal | 314 | 350 | 124 | 14 | 0 | 100 | 11 | 107 | 114 | 76 |
| Binary | 11001100 | 11101000 | 1010100 | 1100 | 0 | 1000000 | 1001 | 1000111 | 1001100 | 111110 |
Color Harmonies of #CCE854
Complementary color
Monochromatic Colors of #CCE854
Black with #CCE854
Text Example
Text Example
White with #CCE854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE854; }
p { color: rgb(204,232,84); }
H1.HeaderClassName
{
color: #CCE854;
}
.AnyTagClassName
{
color: #CCE854;
}
</style>
background-color css
<style>
a { background-color: #CCE854; }
a { background-color: rgb(204,232,84); }
div.DivClassName
{
background-color: #CCE854;
}
.BgClassName
{
background-color: #CCE854;
}
</style>
border-color css
<style>
span { border-color: #CCE854; }
span { border-color: rgb(204,232,84); }
td.TdClassName
{
border-color: #CCE854;
}
.TagClassName
{
border-color: #CCE854;
}
</style>