Shades of Mindaro #CCE358
Tints of Mindaro #CCE358
RGB
CMYK
RGB Variations
Color information
#CCE358 (or 0xCCE358) is known color: Mindaro. HEX triplet: CC, E3 and 58. RGB value is (204,227,88). Sum of RGB (Red+Green+Blue) = 204+227+88=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE358 is #331CA7. Grayscale: #CCCCCC. Windows color (decimal): -3349672 or 5825484. OLE color: 5825484.
HSL color Cylindrical-coordinate representation of color #CCE358: hue angle of 69.93º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCE358 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 88 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.11 |
| HSL | 69.93º | 0.71% | 0.62% | - |
| HSV(B) | 69.93º | 0.61% | 0.89% | - |
| XYZ | 54.13 | 68.48 | 19.6 | - |
| YUV | 204.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 88 | 0.10 | 0 | 0.61 | 0.11 | 69.93 | 0.71 | 0.62 |
| Hex | CC | E3 | 58 | A | 0 | 3D | B | 46 | 47 | 3E |
| Octal | 314 | 343 | 130 | 12 | 0 | 75 | 13 | 106 | 107 | 76 |
| Binary | 11001100 | 11100011 | 1011000 | 1010 | 0 | 111101 | 1011 | 1000110 | 1000111 | 111110 |
Color Harmonies of #CCE358
Complementary color
Monochromatic Colors of #CCE358
Black with #CCE358
Text Example
Text Example
White with #CCE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE358; }
p { color: rgb(204,227,88); }
H1.HeaderClassName
{
color: #CCE358;
}
.AnyTagClassName
{
color: #CCE358;
}
</style>
background-color css
<style>
a { background-color: #CCE358; }
a { background-color: rgb(204,227,88); }
div.DivClassName
{
background-color: #CCE358;
}
.BgClassName
{
background-color: #CCE358;
}
</style>
border-color css
<style>
span { border-color: #CCE358; }
span { border-color: rgb(204,227,88); }
td.TdClassName
{
border-color: #CCE358;
}
.TagClassName
{
border-color: #CCE358;
}
</style>