Shades of Mindaro #CCE455
Tints of Mindaro #CCE455
RGB
CMYK
RGB Variations
Color information
#CCE455 (or 0xCCE455) is known color: Mindaro. HEX triplet: CC, E4 and 55. RGB value is (204,228,85). Sum of RGB (Red+Green+Blue) = 204+228+85=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE455 is #331BAA. Grayscale: #CDCDCD. Windows color (decimal): -3349419 or 5629132. OLE color: 5629132.
HSL color Cylindrical-coordinate representation of color #CCE455: hue angle of 70.07º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCE455 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 85 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.11 |
| HSL | 70.07º | 0.73% | 0.61% | - |
| HSV(B) | 70.07º | 0.63% | 0.89% | - |
| XYZ | 54.28 | 68.98 | 19.05 | - |
| YUV | 204.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 85 | 0.11 | 0 | 0.63 | 0.11 | 70.07 | 0.73 | 0.61 |
| Hex | CC | E4 | 55 | B | 0 | 3F | B | 46 | 49 | 3D |
| Octal | 314 | 344 | 125 | 13 | 0 | 77 | 13 | 106 | 111 | 75 |
| Binary | 11001100 | 11100100 | 1010101 | 1011 | 0 | 111111 | 1011 | 1000110 | 1001001 | 111101 |
Color Harmonies of #CCE455
Complementary color
Monochromatic Colors of #CCE455
Black with #CCE455
Text Example
Text Example
White with #CCE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE455; }
p { color: rgb(204,228,85); }
H1.HeaderClassName
{
color: #CCE455;
}
.AnyTagClassName
{
color: #CCE455;
}
</style>
background-color css
<style>
a { background-color: #CCE455; }
a { background-color: rgb(204,228,85); }
div.DivClassName
{
background-color: #CCE455;
}
.BgClassName
{
background-color: #CCE455;
}
</style>
border-color css
<style>
span { border-color: #CCE455; }
span { border-color: rgb(204,228,85); }
td.TdClassName
{
border-color: #CCE455;
}
.TagClassName
{
border-color: #CCE455;
}
</style>