Shades of Mindaro #CEF865
Tints of Mindaro #CEF865
RGB
CMYK
RGB Variations
Color information
#CEF865 (or 0xCEF865) is known color: Mindaro. HEX triplet: CE, F8 and 65. RGB value is (206,248,101). Sum of RGB (Red+Green+Blue) = 206+248+101=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF865 is #31079A. Grayscale: #DBDBDB. Windows color (decimal): -3213211 or 6682830. OLE color: 6682830.
HSL color Cylindrical-coordinate representation of color #CEF865: hue angle of 77.14º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEF865 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 101 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.03 |
| HSL | 77.14º | 0.91% | 0.68% | - |
| HSV(B) | 77.14º | 0.59% | 0.97% | - |
| XYZ | 61.37 | 81.2 | 24.75 | - |
| YUV | 218.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 101 | 0.17 | 0 | 0.59 | 0.03 | 77.14 | 0.91 | 0.68 |
| Hex | CE | F8 | 65 | 11 | 0 | 3B | 3 | 4D | 5B | 44 |
| Octal | 316 | 370 | 145 | 21 | 0 | 73 | 3 | 115 | 133 | 104 |
| Binary | 11001110 | 11111000 | 1100101 | 10001 | 0 | 111011 | 11 | 1001101 | 1011011 | 1000100 |
Color Harmonies of #CEF865
Complementary color
Monochromatic Colors of #CEF865
Black with #CEF865
Text Example
Text Example
White with #CEF865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF865; }
p { color: rgb(206,248,101); }
H1.HeaderClassName
{
color: #CEF865;
}
.AnyTagClassName
{
color: #CEF865;
}
</style>
background-color css
<style>
a { background-color: #CEF865; }
a { background-color: rgb(206,248,101); }
div.DivClassName
{
background-color: #CEF865;
}
.BgClassName
{
background-color: #CEF865;
}
</style>
border-color css
<style>
span { border-color: #CEF865; }
span { border-color: rgb(206,248,101); }
td.TdClassName
{
border-color: #CEF865;
}
.TagClassName
{
border-color: #CEF865;
}
</style>