Shades of Mindaro #CEF860
Tints of Mindaro #CEF860
RGB
CMYK
RGB Variations
Color information
#CEF860 (or 0xCEF860) is known color: Mindaro. HEX triplet: CE, F8 and 60. RGB value is (206,248,96). Sum of RGB (Red+Green+Blue) = 206+248+96=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF860 is #31079F. Grayscale: #DADADA. Windows color (decimal): -3213216 or 6355150. OLE color: 6355150.
HSL color Cylindrical-coordinate representation of color #CEF860: hue angle of 76.58º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEF860 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 96 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.03 |
| HSL | 76.58º | 0.92% | 0.67% | - |
| HSV(B) | 76.58º | 0.61% | 0.97% | - |
| XYZ | 61.13 | 81.1 | 23.5 | - |
| YUV | 218.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 96 | 0.17 | 0 | 0.61 | 0.03 | 76.58 | 0.92 | 0.67 |
| Hex | CE | F8 | 60 | 11 | 0 | 3D | 3 | 4D | 5C | 43 |
| Octal | 316 | 370 | 140 | 21 | 0 | 75 | 3 | 115 | 134 | 103 |
| Binary | 11001110 | 11111000 | 1100000 | 10001 | 0 | 111101 | 11 | 1001101 | 1011100 | 1000011 |
Color Harmonies of #CEF860
Complementary color
Monochromatic Colors of #CEF860
Black with #CEF860
Text Example
Text Example
White with #CEF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF860; }
p { color: rgb(206,248,96); }
H1.HeaderClassName
{
color: #CEF860;
}
.AnyTagClassName
{
color: #CEF860;
}
</style>
background-color css
<style>
a { background-color: #CEF860; }
a { background-color: rgb(206,248,96); }
div.DivClassName
{
background-color: #CEF860;
}
.BgClassName
{
background-color: #CEF860;
}
</style>
border-color css
<style>
span { border-color: #CEF860; }
span { border-color: rgb(206,248,96); }
td.TdClassName
{
border-color: #CEF860;
}
.TagClassName
{
border-color: #CEF860;
}
</style>