Shades of Mindaro #CEF656
Tints of Mindaro #CEF656
RGB
CMYK
RGB Variations
Color information
#CEF656 (or 0xCEF656) is known color: Mindaro. HEX triplet: CE, F6 and 56. RGB value is (206,246,86). Sum of RGB (Red+Green+Blue) = 206+246+86=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF656 is #3109A9. Grayscale: #D8D8D8. Windows color (decimal): -3213738 or 5699278. OLE color: 5699278.
HSL color Cylindrical-coordinate representation of color #CEF656: hue angle of 75º degrees, saturation: 0.9, 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 #CEF656 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 86 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.04 |
| HSL | 75º | 0.9% | 0.65% | - |
| HSV(B) | 75º | 0.65% | 0.96% | - |
| XYZ | 60.09 | 79.71 | 21.02 | - |
| YUV | 215.8 | 54.75 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 86 | 0.16 | 0 | 0.65 | 0.04 | 75 | 0.9 | 0.65 |
| Hex | CE | F6 | 56 | 10 | 0 | 41 | 4 | 4B | 5A | 41 |
| Octal | 316 | 366 | 126 | 20 | 0 | 101 | 4 | 113 | 132 | 101 |
| Binary | 11001110 | 11110110 | 1010110 | 10000 | 0 | 1000001 | 100 | 1001011 | 1011010 | 1000001 |
Color Harmonies of #CEF656
Complementary color
Monochromatic Colors of #CEF656
Black with #CEF656
Text Example
Text Example
White with #CEF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF656; }
p { color: rgb(206,246,86); }
H1.HeaderClassName
{
color: #CEF656;
}
.AnyTagClassName
{
color: #CEF656;
}
</style>
background-color css
<style>
a { background-color: #CEF656; }
a { background-color: rgb(206,246,86); }
div.DivClassName
{
background-color: #CEF656;
}
.BgClassName
{
background-color: #CEF656;
}
</style>
border-color css
<style>
span { border-color: #CEF656; }
span { border-color: rgb(206,246,86); }
td.TdClassName
{
border-color: #CEF656;
}
.TagClassName
{
border-color: #CEF656;
}
</style>