Shades of Mindaro #CEF55B
Tints of Mindaro #CEF55B
RGB
CMYK
RGB Variations
Color information
#CEF55B (or 0xCEF55B) is known color: Mindaro. HEX triplet: CE, F5 and 5B. RGB value is (206,245,91). Sum of RGB (Red+Green+Blue) = 206+245+91=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF55B is #310AA4. Grayscale: #D8D8D8. Windows color (decimal): -3213989 or 6026702. OLE color: 6026702.
HSL color Cylindrical-coordinate representation of color #CEF55B: hue angle of 75.19º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEF55B is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 91 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.04 |
| HSL | 75.19º | 0.89% | 0.66% | - |
| HSV(B) | 75.19º | 0.63% | 0.96% | - |
| XYZ | 59.99 | 79.18 | 22.02 | - |
| YUV | 215.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 91 | 0.16 | 0 | 0.63 | 0.04 | 75.19 | 0.89 | 0.66 |
| Hex | CE | F5 | 5B | 10 | 0 | 3F | 4 | 4B | 59 | 42 |
| Octal | 316 | 365 | 133 | 20 | 0 | 77 | 4 | 113 | 131 | 102 |
| Binary | 11001110 | 11110101 | 1011011 | 10000 | 0 | 111111 | 100 | 1001011 | 1011001 | 1000010 |
Color Harmonies of #CEF55B
Complementary color
Monochromatic Colors of #CEF55B
Black with #CEF55B
Text Example
Text Example
White with #CEF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF55B; }
p { color: rgb(206,245,91); }
H1.HeaderClassName
{
color: #CEF55B;
}
.AnyTagClassName
{
color: #CEF55B;
}
</style>
background-color css
<style>
a { background-color: #CEF55B; }
a { background-color: rgb(206,245,91); }
div.DivClassName
{
background-color: #CEF55B;
}
.BgClassName
{
background-color: #CEF55B;
}
</style>
border-color css
<style>
span { border-color: #CEF55B; }
span { border-color: rgb(206,245,91); }
td.TdClassName
{
border-color: #CEF55B;
}
.TagClassName
{
border-color: #CEF55B;
}
</style>