Shades of Mindaro #CEF55D
Tints of Mindaro #CEF55D
RGB
CMYK
RGB Variations
Color information
#CEF55D (or 0xCEF55D) is known color: Mindaro. HEX triplet: CE, F5 and 5D. RGB value is (206,245,93). Sum of RGB (Red+Green+Blue) = 206+245+93=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF55D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF55D is #310AA2. Grayscale: #D8D8D8. Windows color (decimal): -3213987 or 6157774. OLE color: 6157774.
HSL color Cylindrical-coordinate representation of color #CEF55D: hue angle of 75.39º 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 #CEF55D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 93 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.39º | 0.88% | 0.66% | - |
| HSV(B) | 75.39º | 0.62% | 0.96% | - |
| XYZ | 60.08 | 79.22 | 22.48 | - |
| YUV | 216.01 | 58.58 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 93 | 0.16 | 0 | 0.62 | 0.04 | 75.39 | 0.88 | 0.66 |
| Hex | CE | F5 | 5D | 10 | 0 | 3E | 4 | 4B | 58 | 42 |
| Octal | 316 | 365 | 135 | 20 | 0 | 76 | 4 | 113 | 130 | 102 |
| Binary | 11001110 | 11110101 | 1011101 | 10000 | 0 | 111110 | 100 | 1001011 | 1011000 | 1000010 |
Color Harmonies of #CEF55D
Complementary color
Monochromatic Colors of #CEF55D
Black with #CEF55D
Text Example
Text Example
White with #CEF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF55D; }
p { color: rgb(206,245,93); }
H1.HeaderClassName
{
color: #CEF55D;
}
.AnyTagClassName
{
color: #CEF55D;
}
</style>
background-color css
<style>
a { background-color: #CEF55D; }
a { background-color: rgb(206,245,93); }
div.DivClassName
{
background-color: #CEF55D;
}
.BgClassName
{
background-color: #CEF55D;
}
</style>
border-color css
<style>
span { border-color: #CEF55D; }
span { border-color: rgb(206,245,93); }
td.TdClassName
{
border-color: #CEF55D;
}
.TagClassName
{
border-color: #CEF55D;
}
</style>