Shades of Mindaro #CEF057
Tints of Mindaro #CEF057
RGB
CMYK
RGB Variations
Color information
#CEF057 (or 0xCEF057) is known color: Mindaro. HEX triplet: CE, F0 and 57. RGB value is (206,240,87). Sum of RGB (Red+Green+Blue) = 206+240+87=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF057 is #310FA8. Grayscale: #D4D4D4. Windows color (decimal): -3215273 or 5763278. OLE color: 5763278.
HSL color Cylindrical-coordinate representation of color #CEF057: hue angle of 73.33º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEF057 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 87 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.06 |
| HSL | 73.33º | 0.84% | 0.64% | - |
| HSV(B) | 73.33º | 0.64% | 0.94% | - |
| XYZ | 58.33 | 76.13 | 20.64 | - |
| YUV | 212.39 | 57.24 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 87 | 0.14 | 0 | 0.64 | 0.06 | 73.33 | 0.84 | 0.64 |
| Hex | CE | F0 | 57 | E | 0 | 40 | 6 | 49 | 54 | 40 |
| Octal | 316 | 360 | 127 | 16 | 0 | 100 | 6 | 111 | 124 | 100 |
| Binary | 11001110 | 11110000 | 1010111 | 1110 | 0 | 1000000 | 110 | 1001001 | 1010100 | 1000000 |
Color Harmonies of #CEF057
Complementary color
Monochromatic Colors of #CEF057
Black with #CEF057
Text Example
Text Example
White with #CEF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF057; }
p { color: rgb(206,240,87); }
H1.HeaderClassName
{
color: #CEF057;
}
.AnyTagClassName
{
color: #CEF057;
}
</style>
background-color css
<style>
a { background-color: #CEF057; }
a { background-color: rgb(206,240,87); }
div.DivClassName
{
background-color: #CEF057;
}
.BgClassName
{
background-color: #CEF057;
}
</style>
border-color css
<style>
span { border-color: #CEF057; }
span { border-color: rgb(206,240,87); }
td.TdClassName
{
border-color: #CEF057;
}
.TagClassName
{
border-color: #CEF057;
}
</style>