Shades of Mindaro #CEF456
Tints of Mindaro #CEF456
RGB
CMYK
RGB Variations
Color information
#CEF456 (or 0xCEF456) is known color: Mindaro. HEX triplet: CE, F4 and 56. RGB value is (206,244,86). Sum of RGB (Red+Green+Blue) = 206+244+86=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF456 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF456 is #310BA9. Grayscale: #D7D7D7. Windows color (decimal): -3214250 or 5698766. OLE color: 5698766.
HSL color Cylindrical-coordinate representation of color #CEF456: hue angle of 74.43º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEF456 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 86 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.04 |
| HSL | 74.43º | 0.88% | 0.65% | - |
| HSV(B) | 74.43º | 0.65% | 0.96% | - |
| XYZ | 59.48 | 78.5 | 20.82 | - |
| YUV | 214.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 86 | 0.16 | 0 | 0.65 | 0.04 | 74.43 | 0.88 | 0.65 |
| Hex | CE | F4 | 56 | 10 | 0 | 41 | 4 | 4A | 58 | 41 |
| Octal | 316 | 364 | 126 | 20 | 0 | 101 | 4 | 112 | 130 | 101 |
| Binary | 11001110 | 11110100 | 1010110 | 10000 | 0 | 1000001 | 100 | 1001010 | 1011000 | 1000001 |
Color Harmonies of #CEF456
Complementary color
Monochromatic Colors of #CEF456
Black with #CEF456
Text Example
Text Example
White with #CEF456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF456; }
p { color: rgb(206,244,86); }
H1.HeaderClassName
{
color: #CEF456;
}
.AnyTagClassName
{
color: #CEF456;
}
</style>
background-color css
<style>
a { background-color: #CEF456; }
a { background-color: rgb(206,244,86); }
div.DivClassName
{
background-color: #CEF456;
}
.BgClassName
{
background-color: #CEF456;
}
</style>
border-color css
<style>
span { border-color: #CEF456; }
span { border-color: rgb(206,244,86); }
td.TdClassName
{
border-color: #CEF456;
}
.TagClassName
{
border-color: #CEF456;
}
</style>