Shades of Mindaro #CEF86E
Tints of Mindaro #CEF86E
RGB
CMYK
RGB Variations
Color information
#CEF86E (or 0xCEF86E) is known color: Mindaro. HEX triplet: CE, F8 and 6E. RGB value is (206,248,110). Sum of RGB (Red+Green+Blue) = 206+248+110=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF86E is #310791. Grayscale: #DCDCDC. Windows color (decimal): -3213202 or 7272654. OLE color: 7272654.
HSL color Cylindrical-coordinate representation of color #CEF86E: hue angle of 78.26º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEF86E is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 110 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.03 |
| HSL | 78.26º | 0.91% | 0.7% | - |
| HSV(B) | 78.26º | 0.56% | 0.97% | - |
| XYZ | 61.84 | 81.38 | 27.2 | - |
| YUV | 219.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 110 | 0.17 | 0 | 0.56 | 0.03 | 78.26 | 0.91 | 0.7 |
| Hex | CE | F8 | 6E | 11 | 0 | 38 | 3 | 4E | 5B | 46 |
| Octal | 316 | 370 | 156 | 21 | 0 | 70 | 3 | 116 | 133 | 106 |
| Binary | 11001110 | 11111000 | 1101110 | 10001 | 0 | 111000 | 11 | 1001110 | 1011011 | 1000110 |
Color Harmonies of #CEF86E
Complementary color
Monochromatic Colors of #CEF86E
Black with #CEF86E
Text Example
Text Example
White with #CEF86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF86E; }
p { color: rgb(206,248,110); }
H1.HeaderClassName
{
color: #CEF86E;
}
.AnyTagClassName
{
color: #CEF86E;
}
</style>
background-color css
<style>
a { background-color: #CEF86E; }
a { background-color: rgb(206,248,110); }
div.DivClassName
{
background-color: #CEF86E;
}
.BgClassName
{
background-color: #CEF86E;
}
</style>
border-color css
<style>
span { border-color: #CEF86E; }
span { border-color: rgb(206,248,110); }
td.TdClassName
{
border-color: #CEF86E;
}
.TagClassName
{
border-color: #CEF86E;
}
</style>