Shades of Mindaro #CEE558
Tints of Mindaro #CEE558
RGB
CMYK
RGB Variations
Color information
#CEE558 (or 0xCEE558) is known color: Mindaro. HEX triplet: CE, E5 and 58. RGB value is (206,229,88). Sum of RGB (Red+Green+Blue) = 206+229+88=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE558 is #311AA7. Grayscale: #CECECE. Windows color (decimal): -3218088 or 5825998. OLE color: 5825998.
HSL color Cylindrical-coordinate representation of color #CEE558: hue angle of 69.79º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEE558 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 88 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.10 |
| HSL | 69.79º | 0.73% | 0.62% | - |
| HSV(B) | 69.79º | 0.62% | 0.9% | - |
| XYZ | 55.23 | 69.87 | 19.81 | - |
| YUV | 206.05 | 61.38 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 88 | 0.10 | 0 | 0.62 | 0.10 | 69.79 | 0.73 | 0.62 |
| Hex | CE | E5 | 58 | A | 0 | 3E | A | 46 | 49 | 3E |
| Octal | 316 | 345 | 130 | 12 | 0 | 76 | 12 | 106 | 111 | 76 |
| Binary | 11001110 | 11100101 | 1011000 | 1010 | 0 | 111110 | 1010 | 1000110 | 1001001 | 111110 |
Color Harmonies of #CEE558
Complementary color
Monochromatic Colors of #CEE558
Black with #CEE558
Text Example
Text Example
White with #CEE558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE558; }
p { color: rgb(206,229,88); }
H1.HeaderClassName
{
color: #CEE558;
}
.AnyTagClassName
{
color: #CEE558;
}
</style>
background-color css
<style>
a { background-color: #CEE558; }
a { background-color: rgb(206,229,88); }
div.DivClassName
{
background-color: #CEE558;
}
.BgClassName
{
background-color: #CEE558;
}
</style>
border-color css
<style>
span { border-color: #CEE558; }
span { border-color: rgb(206,229,88); }
td.TdClassName
{
border-color: #CEE558;
}
.TagClassName
{
border-color: #CEE558;
}
</style>