Shades of Mindaro #CEE158
Tints of Mindaro #CEE158
RGB
CMYK
RGB Variations
Color information
#CEE158 (or 0xCEE158) is known color: Mindaro. HEX triplet: CE, E1 and 58. RGB value is (206,225,88). Sum of RGB (Red+Green+Blue) = 206+225+88=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE158 is #311EA7. Grayscale: #CCCCCC. Windows color (decimal): -3219112 or 5824974. OLE color: 5824974.
HSL color Cylindrical-coordinate representation of color #CEE158: hue angle of 68.32º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEE158 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 88 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.12 |
| HSL | 68.32º | 0.7% | 0.61% | - |
| HSV(B) | 68.32º | 0.61% | 0.88% | - |
| XYZ | 54.14 | 67.68 | 19.44 | - |
| YUV | 203.7 | 62.71 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 88 | 0.08 | 0 | 0.61 | 0.12 | 68.32 | 0.7 | 0.61 |
| Hex | CE | E1 | 58 | 8 | 0 | 3D | C | 44 | 46 | 3D |
| Octal | 316 | 341 | 130 | 10 | 0 | 75 | 14 | 104 | 106 | 75 |
| Binary | 11001110 | 11100001 | 1011000 | 1000 | 0 | 111101 | 1100 | 1000100 | 1000110 | 111101 |
Color Harmonies of #CEE158
Complementary color
Monochromatic Colors of #CEE158
Black with #CEE158
Text Example
Text Example
White with #CEE158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE158; }
p { color: rgb(206,225,88); }
H1.HeaderClassName
{
color: #CEE158;
}
.AnyTagClassName
{
color: #CEE158;
}
</style>
background-color css
<style>
a { background-color: #CEE158; }
a { background-color: rgb(206,225,88); }
div.DivClassName
{
background-color: #CEE158;
}
.BgClassName
{
background-color: #CEE158;
}
</style>
border-color css
<style>
span { border-color: #CEE158; }
span { border-color: rgb(206,225,88); }
td.TdClassName
{
border-color: #CEE158;
}
.TagClassName
{
border-color: #CEE158;
}
</style>