Shades of Mindaro #CEF256
Tints of Mindaro #CEF256
RGB
CMYK
RGB Variations
Color information
#CEF256 (or 0xCEF256) is known color: Mindaro. HEX triplet: CE, F2 and 56. RGB value is (206,242,86). Sum of RGB (Red+Green+Blue) = 206+242+86=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF256 is #310DA9. Grayscale: #D6D6D6. Windows color (decimal): -3214762 or 5698254. OLE color: 5698254.
HSL color Cylindrical-coordinate representation of color #CEF256: hue angle of 73.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEF256 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 86 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.05 |
| HSL | 73.85º | 0.86% | 0.64% | - |
| HSV(B) | 73.85º | 0.64% | 0.95% | - |
| XYZ | 58.89 | 77.3 | 20.62 | - |
| YUV | 213.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 86 | 0.15 | 0 | 0.64 | 0.05 | 73.85 | 0.86 | 0.64 |
| Hex | CE | F2 | 56 | F | 0 | 40 | 5 | 4A | 56 | 40 |
| Octal | 316 | 362 | 126 | 17 | 0 | 100 | 5 | 112 | 126 | 100 |
| Binary | 11001110 | 11110010 | 1010110 | 1111 | 0 | 1000000 | 101 | 1001010 | 1010110 | 1000000 |
Color Harmonies of #CEF256
Complementary color
Monochromatic Colors of #CEF256
Black with #CEF256
Text Example
Text Example
White with #CEF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF256; }
p { color: rgb(206,242,86); }
H1.HeaderClassName
{
color: #CEF256;
}
.AnyTagClassName
{
color: #CEF256;
}
</style>
background-color css
<style>
a { background-color: #CEF256; }
a { background-color: rgb(206,242,86); }
div.DivClassName
{
background-color: #CEF256;
}
.BgClassName
{
background-color: #CEF256;
}
</style>
border-color css
<style>
span { border-color: #CEF256; }
span { border-color: rgb(206,242,86); }
td.TdClassName
{
border-color: #CEF256;
}
.TagClassName
{
border-color: #CEF256;
}
</style>