Shades of Mindaro #E6F47C
Tints of Mindaro #E6F47C
RGB
CMYK
RGB Variations
Color information
#E6F47C (or 0xE6F47C) is known color: Mindaro. HEX triplet: E6, F4 and 7C. RGB value is (230,244,124). Sum of RGB (Red+Green+Blue) = 230+244+124=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 124 (48.83% from 255 or 20.74% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F47C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F47C is #190B83. Grayscale: #E2E2E2. Windows color (decimal): -1641348 or 8189158. OLE color: 8189158.
HSL color Cylindrical-coordinate representation of color #E6F47C: hue angle of 67º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6F47C is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 244 | 124 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.04 |
| HSL | 67º | 0.85% | 0.72% | - |
| HSV(B) | 67º | 0.49% | 0.96% | - |
| XYZ | 68.62 | 82.98 | 31.47 | - |
| YUV | 226.13 | 70.36 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 124 | 0.06 | 0 | 0.49 | 0.04 | 67 | 0.85 | 0.72 |
| Hex | E6 | F4 | 7C | 6 | 0 | 31 | 4 | 43 | 55 | 48 |
| Octal | 346 | 364 | 174 | 6 | 0 | 61 | 4 | 103 | 125 | 110 |
| Binary | 11100110 | 11110100 | 1111100 | 110 | 0 | 110001 | 100 | 1000011 | 1010101 | 1001000 |
Color Harmonies of #E6F47C
Complementary color
Monochromatic Colors of #E6F47C
Black with #E6F47C
Text Example
Text Example
White with #E6F47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F47C; }
p { color: rgb(230,244,124); }
H1.HeaderClassName
{
color: #E6F47C;
}
.AnyTagClassName
{
color: #E6F47C;
}
</style>
background-color css
<style>
a { background-color: #E6F47C; }
a { background-color: rgb(230,244,124); }
div.DivClassName
{
background-color: #E6F47C;
}
.BgClassName
{
background-color: #E6F47C;
}
</style>
border-color css
<style>
span { border-color: #E6F47C; }
span { border-color: rgb(230,244,124); }
td.TdClassName
{
border-color: #E6F47C;
}
.TagClassName
{
border-color: #E6F47C;
}
</style>