Shades of Mindaro #E6F47B
Tints of Mindaro #E6F47B
RGB
CMYK
RGB Variations
Color information
#E6F47B (or 0xE6F47B) is known color: Mindaro. HEX triplet: E6, F4 and 7B. RGB value is (230,244,123). Sum of RGB (Red+Green+Blue) = 230+244+123=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F47B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F47B is #190B84. Grayscale: #E2E2E2. Windows color (decimal): -1641349 or 8123622. OLE color: 8123622.
HSL color Cylindrical-coordinate representation of color #E6F47B: hue angle of 66.94º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6F47B is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 244 | 123 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.04 |
| HSL | 66.94º | 0.85% | 0.72% | - |
| HSV(B) | 66.94º | 0.5% | 0.96% | - |
| XYZ | 68.56 | 82.95 | 31.14 | - |
| YUV | 226.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 123 | 0.06 | 0 | 0.50 | 0.04 | 66.94 | 0.85 | 0.72 |
| Hex | E6 | F4 | 7B | 6 | 0 | 32 | 4 | 43 | 55 | 48 |
| Octal | 346 | 364 | 173 | 6 | 0 | 62 | 4 | 103 | 125 | 110 |
| Binary | 11100110 | 11110100 | 1111011 | 110 | 0 | 110010 | 100 | 1000011 | 1010101 | 1001000 |
Color Harmonies of #E6F47B
Complementary color
Monochromatic Colors of #E6F47B
Black with #E6F47B
Text Example
Text Example
White with #E6F47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F47B; }
p { color: rgb(230,244,123); }
H1.HeaderClassName
{
color: #E6F47B;
}
.AnyTagClassName
{
color: #E6F47B;
}
</style>
background-color css
<style>
a { background-color: #E6F47B; }
a { background-color: rgb(230,244,123); }
div.DivClassName
{
background-color: #E6F47B;
}
.BgClassName
{
background-color: #E6F47B;
}
</style>
border-color css
<style>
span { border-color: #E6F47B; }
span { border-color: rgb(230,244,123); }
td.TdClassName
{
border-color: #E6F47B;
}
.TagClassName
{
border-color: #E6F47B;
}
</style>