Shades of Mindaro #CCE355
Tints of Mindaro #CCE355
RGB
CMYK
RGB Variations
Color information
#CCE355 (or 0xCCE355) is known color: Mindaro. HEX triplet: CC, E3 and 55. RGB value is (204,227,85). Sum of RGB (Red+Green+Blue) = 204+227+85=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE355 is #331CAA. Grayscale: #CCCCCC. Windows color (decimal): -3349675 or 5628876. OLE color: 5628876.
HSL color Cylindrical-coordinate representation of color #CCE355: hue angle of 69.72º degrees, saturation: 0.72, 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 #CCE355 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 85 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.11 |
| HSL | 69.72º | 0.72% | 0.61% | - |
| HSV(B) | 69.72º | 0.63% | 0.89% | - |
| XYZ | 54.01 | 68.43 | 18.96 | - |
| YUV | 203.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 85 | 0.10 | 0 | 0.63 | 0.11 | 69.72 | 0.72 | 0.61 |
| Hex | CC | E3 | 55 | A | 0 | 3F | B | 46 | 48 | 3D |
| Octal | 314 | 343 | 125 | 12 | 0 | 77 | 13 | 106 | 110 | 75 |
| Binary | 11001100 | 11100011 | 1010101 | 1010 | 0 | 111111 | 1011 | 1000110 | 1001000 | 111101 |
Color Harmonies of #CCE355
Complementary color
Monochromatic Colors of #CCE355
Black with #CCE355
Text Example
Text Example
White with #CCE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE355; }
p { color: rgb(204,227,85); }
H1.HeaderClassName
{
color: #CCE355;
}
.AnyTagClassName
{
color: #CCE355;
}
</style>
background-color css
<style>
a { background-color: #CCE355; }
a { background-color: rgb(204,227,85); }
div.DivClassName
{
background-color: #CCE355;
}
.BgClassName
{
background-color: #CCE355;
}
</style>
border-color css
<style>
span { border-color: #CCE355; }
span { border-color: rgb(204,227,85); }
td.TdClassName
{
border-color: #CCE355;
}
.TagClassName
{
border-color: #CCE355;
}
</style>