Shades of Mindaro #CEF859
Tints of Mindaro #CEF859
RGB
CMYK
RGB Variations
Color information
#CEF859 (or 0xCEF859) is known color: Mindaro. HEX triplet: CE, F8 and 59. RGB value is (206,248,89). Sum of RGB (Red+Green+Blue) = 206+248+89=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF859 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF859 is #3107A6. Grayscale: #D9D9D9. Windows color (decimal): -3213223 or 5896398. OLE color: 5896398.
HSL color Cylindrical-coordinate representation of color #CEF859: hue angle of 75.85º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEF859 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 89 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.03 |
| HSL | 75.85º | 0.92% | 0.66% | - |
| HSV(B) | 75.85º | 0.64% | 0.97% | - |
| XYZ | 60.82 | 80.98 | 21.88 | - |
| YUV | 217.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 89 | 0.17 | 0 | 0.64 | 0.03 | 75.85 | 0.92 | 0.66 |
| Hex | CE | F8 | 59 | 11 | 0 | 40 | 3 | 4C | 5C | 42 |
| Octal | 316 | 370 | 131 | 21 | 0 | 100 | 3 | 114 | 134 | 102 |
| Binary | 11001110 | 11111000 | 1011001 | 10001 | 0 | 1000000 | 11 | 1001100 | 1011100 | 1000010 |
Color Harmonies of #CEF859
Complementary color
Monochromatic Colors of #CEF859
Black with #CEF859
Text Example
Text Example
White with #CEF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF859; }
p { color: rgb(206,248,89); }
H1.HeaderClassName
{
color: #CEF859;
}
.AnyTagClassName
{
color: #CEF859;
}
</style>
background-color css
<style>
a { background-color: #CEF859; }
a { background-color: rgb(206,248,89); }
div.DivClassName
{
background-color: #CEF859;
}
.BgClassName
{
background-color: #CEF859;
}
</style>
border-color css
<style>
span { border-color: #CEF859; }
span { border-color: rgb(206,248,89); }
td.TdClassName
{
border-color: #CEF859;
}
.TagClassName
{
border-color: #CEF859;
}
</style>