Shades of Mindaro #CEF864
Tints of Mindaro #CEF864
RGB
CMYK
RGB Variations
Color information
#CEF864 (or 0xCEF864) is known color: Mindaro. HEX triplet: CE, F8 and 64. RGB value is (206,248,100). Sum of RGB (Red+Green+Blue) = 206+248+100=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF864 is #31079B. Grayscale: #DBDBDB. Windows color (decimal): -3213212 or 6617294. OLE color: 6617294.
HSL color Cylindrical-coordinate representation of color #CEF864: hue angle of 77.03º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEF864 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 100 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.03 |
| HSL | 77.03º | 0.91% | 0.68% | - |
| HSV(B) | 77.03º | 0.6% | 0.97% | - |
| XYZ | 61.32 | 81.18 | 24.49 | - |
| YUV | 218.57 | 61.09 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 100 | 0.17 | 0 | 0.60 | 0.03 | 77.03 | 0.91 | 0.68 |
| Hex | CE | F8 | 64 | 11 | 0 | 3C | 3 | 4D | 5B | 44 |
| Octal | 316 | 370 | 144 | 21 | 0 | 74 | 3 | 115 | 133 | 104 |
| Binary | 11001110 | 11111000 | 1100100 | 10001 | 0 | 111100 | 11 | 1001101 | 1011011 | 1000100 |
Color Harmonies of #CEF864
Complementary color
Monochromatic Colors of #CEF864
Black with #CEF864
Text Example
Text Example
White with #CEF864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF864; }
p { color: rgb(206,248,100); }
H1.HeaderClassName
{
color: #CEF864;
}
.AnyTagClassName
{
color: #CEF864;
}
</style>
background-color css
<style>
a { background-color: #CEF864; }
a { background-color: rgb(206,248,100); }
div.DivClassName
{
background-color: #CEF864;
}
.BgClassName
{
background-color: #CEF864;
}
</style>
border-color css
<style>
span { border-color: #CEF864; }
span { border-color: rgb(206,248,100); }
td.TdClassName
{
border-color: #CEF864;
}
.TagClassName
{
border-color: #CEF864;
}
</style>