Shades of Mindaro #E6FC7C
Tints of Mindaro #E6FC7C
RGB
CMYK
RGB Variations
Color information
#E6FC7C (or 0xE6FC7C) is known color: Mindaro. HEX triplet: E6, FC and 7C. RGB value is (230,252,124). Sum of RGB (Red+Green+Blue) = 230+252+124=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 124 (48.83% from 255 or 20.46% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6FC7C is #190383. Grayscale: #E7E7E7. Windows color (decimal): -1639300 or 8191206. OLE color: 8191206.
HSL color Cylindrical-coordinate representation of color #E6FC7C: hue angle of 70.31º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6FC7C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 124 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.01 |
| HSL | 70.31º | 0.96% | 0.74% | - |
| HSV(B) | 70.31º | 0.51% | 0.99% | - |
| XYZ | 71.08 | 87.9 | 32.29 | - |
| YUV | 230.83 | 67.71 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 124 | 0.09 | 0 | 0.51 | 0.01 | 70.31 | 0.96 | 0.74 |
| Hex | E6 | FC | 7C | 9 | 0 | 33 | 1 | 46 | 60 | 4A |
| Octal | 346 | 374 | 174 | 11 | 0 | 63 | 1 | 106 | 140 | 112 |
| Binary | 11100110 | 11111100 | 1111100 | 1001 | 0 | 110011 | 1 | 1000110 | 1100000 | 1001010 |
Color Harmonies of #E6FC7C
Complementary color
Monochromatic Colors of #E6FC7C
Black with #E6FC7C
Text Example
Text Example
White with #E6FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FC7C; }
p { color: rgb(230,252,124); }
H1.HeaderClassName
{
color: #E6FC7C;
}
.AnyTagClassName
{
color: #E6FC7C;
}
</style>
background-color css
<style>
a { background-color: #E6FC7C; }
a { background-color: rgb(230,252,124); }
div.DivClassName
{
background-color: #E6FC7C;
}
.BgClassName
{
background-color: #E6FC7C;
}
</style>
border-color css
<style>
span { border-color: #E6FC7C; }
span { border-color: rgb(230,252,124); }
td.TdClassName
{
border-color: #E6FC7C;
}
.TagClassName
{
border-color: #E6FC7C;
}
</style>