Shades of Mindaro #CEF55E
Tints of Mindaro #CEF55E
RGB
CMYK
RGB Variations
Color information
#CEF55E (or 0xCEF55E) is known color: Mindaro. HEX triplet: CE, F5 and 5E. RGB value is (206,245,94). Sum of RGB (Red+Green+Blue) = 206+245+94=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF55E is #310AA1. Grayscale: #D8D8D8. Windows color (decimal): -3213986 or 6223310. OLE color: 6223310.
HSL color Cylindrical-coordinate representation of color #CEF55E: hue angle of 75.5º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEF55E is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 94 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.5º | 0.88% | 0.66% | - |
| HSV(B) | 75.5º | 0.62% | 0.96% | - |
| XYZ | 60.13 | 79.23 | 22.71 | - |
| YUV | 216.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 94 | 0.16 | 0 | 0.62 | 0.04 | 75.5 | 0.88 | 0.66 |
| Hex | CE | F5 | 5E | 10 | 0 | 3E | 4 | 4B | 58 | 42 |
| Octal | 316 | 365 | 136 | 20 | 0 | 76 | 4 | 113 | 130 | 102 |
| Binary | 11001110 | 11110101 | 1011110 | 10000 | 0 | 111110 | 100 | 1001011 | 1011000 | 1000010 |
Color Harmonies of #CEF55E
Complementary color
Monochromatic Colors of #CEF55E
Black with #CEF55E
Text Example
Text Example
White with #CEF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF55E; }
p { color: rgb(206,245,94); }
H1.HeaderClassName
{
color: #CEF55E;
}
.AnyTagClassName
{
color: #CEF55E;
}
</style>
background-color css
<style>
a { background-color: #CEF55E; }
a { background-color: rgb(206,245,94); }
div.DivClassName
{
background-color: #CEF55E;
}
.BgClassName
{
background-color: #CEF55E;
}
</style>
border-color css
<style>
span { border-color: #CEF55E; }
span { border-color: rgb(206,245,94); }
td.TdClassName
{
border-color: #CEF55E;
}
.TagClassName
{
border-color: #CEF55E;
}
</style>