Shades of Mindaro #CEF556
Tints of Mindaro #CEF556
RGB
CMYK
RGB Variations
Color information
#CEF556 (or 0xCEF556) is known color: Mindaro. HEX triplet: CE, F5 and 56. RGB value is (206,245,86). Sum of RGB (Red+Green+Blue) = 206+245+86=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF556 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF556 is #310AA9. Grayscale: #D7D7D7. Windows color (decimal): -3213994 or 5699022. OLE color: 5699022.
HSL color Cylindrical-coordinate representation of color #CEF556: hue angle of 74.72º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEF556 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 86 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.04 |
| HSL | 74.72º | 0.89% | 0.65% | - |
| HSV(B) | 74.72º | 0.65% | 0.96% | - |
| XYZ | 59.79 | 79.1 | 20.92 | - |
| YUV | 215.21 | 55.08 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 86 | 0.16 | 0 | 0.65 | 0.04 | 74.72 | 0.89 | 0.65 |
| Hex | CE | F5 | 56 | 10 | 0 | 41 | 4 | 4B | 59 | 41 |
| Octal | 316 | 365 | 126 | 20 | 0 | 101 | 4 | 113 | 131 | 101 |
| Binary | 11001110 | 11110101 | 1010110 | 10000 | 0 | 1000001 | 100 | 1001011 | 1011001 | 1000001 |
Color Harmonies of #CEF556
Complementary color
Monochromatic Colors of #CEF556
Black with #CEF556
Text Example
Text Example
White with #CEF556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF556; }
p { color: rgb(206,245,86); }
H1.HeaderClassName
{
color: #CEF556;
}
.AnyTagClassName
{
color: #CEF556;
}
</style>
background-color css
<style>
a { background-color: #CEF556; }
a { background-color: rgb(206,245,86); }
div.DivClassName
{
background-color: #CEF556;
}
.BgClassName
{
background-color: #CEF556;
}
</style>
border-color css
<style>
span { border-color: #CEF556; }
span { border-color: rgb(206,245,86); }
td.TdClassName
{
border-color: #CEF556;
}
.TagClassName
{
border-color: #CEF556;
}
</style>