Shades of Mindaro #CEF55F
Tints of Mindaro #CEF55F
RGB
CMYK
RGB Variations
Color information
#CEF55F (or 0xCEF55F) is known color: Mindaro. HEX triplet: CE, F5 and 5F. RGB value is (206,245,95). Sum of RGB (Red+Green+Blue) = 206+245+95=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF55F is #310AA0. Grayscale: #D8D8D8. Windows color (decimal): -3213985 or 6288846. OLE color: 6288846.
HSL color Cylindrical-coordinate representation of color #CEF55F: hue angle of 75.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEF55F is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 95 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.04 |
| HSL | 75.6º | 0.88% | 0.67% | - |
| HSV(B) | 75.6º | 0.61% | 0.96% | - |
| XYZ | 60.17 | 79.25 | 22.95 | - |
| YUV | 216.24 | 59.58 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 95 | 0.16 | 0 | 0.61 | 0.04 | 75.6 | 0.88 | 0.67 |
| Hex | CE | F5 | 5F | 10 | 0 | 3D | 4 | 4C | 58 | 43 |
| Octal | 316 | 365 | 137 | 20 | 0 | 75 | 4 | 114 | 130 | 103 |
| Binary | 11001110 | 11110101 | 1011111 | 10000 | 0 | 111101 | 100 | 1001100 | 1011000 | 1000011 |
Color Harmonies of #CEF55F
Complementary color
Monochromatic Colors of #CEF55F
Black with #CEF55F
Text Example
Text Example
White with #CEF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF55F; }
p { color: rgb(206,245,95); }
H1.HeaderClassName
{
color: #CEF55F;
}
.AnyTagClassName
{
color: #CEF55F;
}
</style>
background-color css
<style>
a { background-color: #CEF55F; }
a { background-color: rgb(206,245,95); }
div.DivClassName
{
background-color: #CEF55F;
}
.BgClassName
{
background-color: #CEF55F;
}
</style>
border-color css
<style>
span { border-color: #CEF55F; }
span { border-color: rgb(206,245,95); }
td.TdClassName
{
border-color: #CEF55F;
}
.TagClassName
{
border-color: #CEF55F;
}
</style>