Shades of Mindaro #CEF156
Tints of Mindaro #CEF156
RGB
CMYK
RGB Variations
Color information
#CEF156 (or 0xCEF156) is known color: Mindaro. HEX triplet: CE, F1 and 56. RGB value is (206,241,86). Sum of RGB (Red+Green+Blue) = 206+241+86=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF156 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF156 is #310EA9. Grayscale: #D5D5D5. Windows color (decimal): -3215018 or 5697998. OLE color: 5697998.
HSL color Cylindrical-coordinate representation of color #CEF156: hue angle of 73.55º degrees, saturation: 0.85, 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 #CEF156 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 86 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.05 |
| HSL | 73.55º | 0.85% | 0.64% | - |
| HSV(B) | 73.55º | 0.64% | 0.95% | - |
| XYZ | 58.59 | 76.7 | 20.52 | - |
| YUV | 212.87 | 56.4 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 86 | 0.15 | 0 | 0.64 | 0.05 | 73.55 | 0.85 | 0.64 |
| Hex | CE | F1 | 56 | F | 0 | 40 | 5 | 4A | 55 | 40 |
| Octal | 316 | 361 | 126 | 17 | 0 | 100 | 5 | 112 | 125 | 100 |
| Binary | 11001110 | 11110001 | 1010110 | 1111 | 0 | 1000000 | 101 | 1001010 | 1010101 | 1000000 |
Color Harmonies of #CEF156
Complementary color
Monochromatic Colors of #CEF156
Black with #CEF156
Text Example
Text Example
White with #CEF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF156; }
p { color: rgb(206,241,86); }
H1.HeaderClassName
{
color: #CEF156;
}
.AnyTagClassName
{
color: #CEF156;
}
</style>
background-color css
<style>
a { background-color: #CEF156; }
a { background-color: rgb(206,241,86); }
div.DivClassName
{
background-color: #CEF156;
}
.BgClassName
{
background-color: #CEF156;
}
</style>
border-color css
<style>
span { border-color: #CEF156; }
span { border-color: rgb(206,241,86); }
td.TdClassName
{
border-color: #CEF156;
}
.TagClassName
{
border-color: #CEF156;
}
</style>