Shades of Mindaro #CEE459
Tints of Mindaro #CEE459
RGB
CMYK
RGB Variations
Color information
#CEE459 (or 0xCEE459) is known color: Mindaro. HEX triplet: CE, E4 and 59. RGB value is (206,228,89). Sum of RGB (Red+Green+Blue) = 206+228+89=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE459 is #311BA6. Grayscale: #CECECE. Windows color (decimal): -3218343 or 5891278. OLE color: 5891278.
HSL color Cylindrical-coordinate representation of color #CEE459: hue angle of 69.5º 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 #CEE459 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 89 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.11 |
| HSL | 69.5º | 0.72% | 0.62% | - |
| HSV(B) | 69.5º | 0.61% | 0.89% | - |
| XYZ | 55 | 69.33 | 19.93 | - |
| YUV | 205.58 | 62.21 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 89 | 0.10 | 0 | 0.61 | 0.11 | 69.5 | 0.72 | 0.62 |
| Hex | CE | E4 | 59 | A | 0 | 3D | B | 45 | 48 | 3E |
| Octal | 316 | 344 | 131 | 12 | 0 | 75 | 13 | 105 | 110 | 76 |
| Binary | 11001110 | 11100100 | 1011001 | 1010 | 0 | 111101 | 1011 | 1000101 | 1001000 | 111110 |
Color Harmonies of #CEE459
Complementary color
Monochromatic Colors of #CEE459
Black with #CEE459
Text Example
Text Example
White with #CEE459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE459; }
p { color: rgb(206,228,89); }
H1.HeaderClassName
{
color: #CEE459;
}
.AnyTagClassName
{
color: #CEE459;
}
</style>
background-color css
<style>
a { background-color: #CEE459; }
a { background-color: rgb(206,228,89); }
div.DivClassName
{
background-color: #CEE459;
}
.BgClassName
{
background-color: #CEE459;
}
</style>
border-color css
<style>
span { border-color: #CEE459; }
span { border-color: rgb(206,228,89); }
td.TdClassName
{
border-color: #CEE459;
}
.TagClassName
{
border-color: #CEE459;
}
</style>