Shades of Mindaro #CEF550
Tints of Mindaro #CEF550
RGB
CMYK
RGB Variations
Color information
#CEF550 (or 0xCEF550) is known color: Mindaro. HEX triplet: CE, F5 and 50. RGB value is (206,245,80). Sum of RGB (Red+Green+Blue) = 206+245+80=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF550 is #310AAF. Grayscale: #D7D7D7. Windows color (decimal): -3214000 or 5305806. OLE color: 5305806.
HSL color Cylindrical-coordinate representation of color #CEF550: hue angle of 74.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF550 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 80 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.04 |
| HSL | 74.18º | 0.89% | 0.64% | - |
| HSV(B) | 74.18º | 0.67% | 0.96% | - |
| XYZ | 59.55 | 79.01 | 19.7 | - |
| YUV | 214.53 | 52.08 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 80 | 0.16 | 0 | 0.67 | 0.04 | 74.18 | 0.89 | 0.64 |
| Hex | CE | F5 | 50 | 10 | 0 | 43 | 4 | 4A | 59 | 40 |
| Octal | 316 | 365 | 120 | 20 | 0 | 103 | 4 | 112 | 131 | 100 |
| Binary | 11001110 | 11110101 | 1010000 | 10000 | 0 | 1000011 | 100 | 1001010 | 1011001 | 1000000 |
Color Harmonies of #CEF550
Complementary color
Monochromatic Colors of #CEF550
Black with #CEF550
Text Example
Text Example
White with #CEF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF550; }
p { color: rgb(206,245,80); }
H1.HeaderClassName
{
color: #CEF550;
}
.AnyTagClassName
{
color: #CEF550;
}
</style>
background-color css
<style>
a { background-color: #CEF550; }
a { background-color: rgb(206,245,80); }
div.DivClassName
{
background-color: #CEF550;
}
.BgClassName
{
background-color: #CEF550;
}
</style>
border-color css
<style>
span { border-color: #CEF550; }
span { border-color: rgb(206,245,80); }
td.TdClassName
{
border-color: #CEF550;
}
.TagClassName
{
border-color: #CEF550;
}
</style>