Shades of Mindaro #CEEE59
Tints of Mindaro #CEEE59
RGB
CMYK
RGB Variations
Color information
#CEEE59 (or 0xCEEE59) is known color: Mindaro. HEX triplet: CE, EE and 59. RGB value is (206,238,89). Sum of RGB (Red+Green+Blue) = 206+238+89=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE59 is #3111A6. Grayscale: #D4D4D4. Windows color (decimal): -3215783 or 5893838. OLE color: 5893838.
HSL color Cylindrical-coordinate representation of color #CEEE59: hue angle of 72.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEEE59 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 89 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.07 |
| HSL | 72.89º | 0.81% | 0.64% | - |
| HSV(B) | 72.89º | 0.63% | 0.93% | - |
| XYZ | 57.83 | 74.99 | 20.88 | - |
| YUV | 211.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 89 | 0.13 | 0 | 0.63 | 0.07 | 72.89 | 0.81 | 0.64 |
| Hex | CE | EE | 59 | D | 0 | 3F | 7 | 49 | 51 | 40 |
| Octal | 316 | 356 | 131 | 15 | 0 | 77 | 7 | 111 | 121 | 100 |
| Binary | 11001110 | 11101110 | 1011001 | 1101 | 0 | 111111 | 111 | 1001001 | 1010001 | 1000000 |
Color Harmonies of #CEEE59
Complementary color
Monochromatic Colors of #CEEE59
Black with #CEEE59
Text Example
Text Example
White with #CEEE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE59; }
p { color: rgb(206,238,89); }
H1.HeaderClassName
{
color: #CEEE59;
}
.AnyTagClassName
{
color: #CEEE59;
}
</style>
background-color css
<style>
a { background-color: #CEEE59; }
a { background-color: rgb(206,238,89); }
div.DivClassName
{
background-color: #CEEE59;
}
.BgClassName
{
background-color: #CEEE59;
}
</style>
border-color css
<style>
span { border-color: #CEEE59; }
span { border-color: rgb(206,238,89); }
td.TdClassName
{
border-color: #CEEE59;
}
.TagClassName
{
border-color: #CEEE59;
}
</style>