Shades of Mindaro #CEE358
Tints of Mindaro #CEE358
RGB
CMYK
RGB Variations
Color information
#CEE358 (or 0xCEE358) is known color: Mindaro. HEX triplet: CE, E3 and 58. RGB value is (206,227,88). Sum of RGB (Red+Green+Blue) = 206+227+88=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE358 is #311CA7. Grayscale: #CDCDCD. Windows color (decimal): -3218600 or 5825486. OLE color: 5825486.
HSL color Cylindrical-coordinate representation of color #CEE358: hue angle of 69.06º 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 #CEE358 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 88 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.11 |
| HSL | 69.06º | 0.71% | 0.62% | - |
| HSV(B) | 69.06º | 0.61% | 0.89% | - |
| XYZ | 54.68 | 68.76 | 19.62 | - |
| YUV | 204.88 | 62.04 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 88 | 0.09 | 0 | 0.61 | 0.11 | 69.06 | 0.71 | 0.62 |
| Hex | CE | E3 | 58 | 9 | 0 | 3D | B | 45 | 47 | 3E |
| Octal | 316 | 343 | 130 | 11 | 0 | 75 | 13 | 105 | 107 | 76 |
| Binary | 11001110 | 11100011 | 1011000 | 1001 | 0 | 111101 | 1011 | 1000101 | 1000111 | 111110 |
Color Harmonies of #CEE358
Complementary color
Monochromatic Colors of #CEE358
Black with #CEE358
Text Example
Text Example
White with #CEE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE358; }
p { color: rgb(206,227,88); }
H1.HeaderClassName
{
color: #CEE358;
}
.AnyTagClassName
{
color: #CEE358;
}
</style>
background-color css
<style>
a { background-color: #CEE358; }
a { background-color: rgb(206,227,88); }
div.DivClassName
{
background-color: #CEE358;
}
.BgClassName
{
background-color: #CEE358;
}
</style>
border-color css
<style>
span { border-color: #CEE358; }
span { border-color: rgb(206,227,88); }
td.TdClassName
{
border-color: #CEE358;
}
.TagClassName
{
border-color: #CEE358;
}
</style>