Shades of Mindaro #CCE458
Tints of Mindaro #CCE458
RGB
CMYK
RGB Variations
Color information
#CCE458 (or 0xCCE458) is known color: Mindaro. HEX triplet: CC, E4 and 58. RGB value is (204,228,88). Sum of RGB (Red+Green+Blue) = 204+228+88=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE458 is #331BA7. Grayscale: #CDCDCD. Windows color (decimal): -3349416 or 5825740. OLE color: 5825740.
HSL color Cylindrical-coordinate representation of color #CCE458: hue angle of 70.29º degrees, saturation: 0.72, 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 #CCE458 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 88 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.11 |
| HSL | 70.29º | 0.72% | 0.62% | - |
| HSV(B) | 70.29º | 0.61% | 0.89% | - |
| XYZ | 54.41 | 69.03 | 19.69 | - |
| YUV | 204.86 | 62.05 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 88 | 0.11 | 0 | 0.61 | 0.11 | 70.29 | 0.72 | 0.62 |
| Hex | CC | E4 | 58 | B | 0 | 3D | B | 46 | 48 | 3E |
| Octal | 314 | 344 | 130 | 13 | 0 | 75 | 13 | 106 | 110 | 76 |
| Binary | 11001100 | 11100100 | 1011000 | 1011 | 0 | 111101 | 1011 | 1000110 | 1001000 | 111110 |
Color Harmonies of #CCE458
Complementary color
Monochromatic Colors of #CCE458
Black with #CCE458
Text Example
Text Example
White with #CCE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE458; }
p { color: rgb(204,228,88); }
H1.HeaderClassName
{
color: #CCE458;
}
.AnyTagClassName
{
color: #CCE458;
}
</style>
background-color css
<style>
a { background-color: #CCE458; }
a { background-color: rgb(204,228,88); }
div.DivClassName
{
background-color: #CCE458;
}
.BgClassName
{
background-color: #CCE458;
}
</style>
border-color css
<style>
span { border-color: #CCE458; }
span { border-color: rgb(204,228,88); }
td.TdClassName
{
border-color: #CCE458;
}
.TagClassName
{
border-color: #CCE458;
}
</style>