Shades of Mindaro #E5F47B
Tints of Mindaro #E5F47B
RGB
CMYK
RGB Variations
Color information
#E5F47B (or 0xE5F47B) is known color: Mindaro. HEX triplet: E5, F4 and 7B. RGB value is (229,244,123). Sum of RGB (Red+Green+Blue) = 229+244+123=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F47B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F47B is #1A0B84. Grayscale: #E2E2E2. Windows color (decimal): -1706885 or 8123621. OLE color: 8123621.
HSL color Cylindrical-coordinate representation of color #E5F47B: hue angle of 67.44º 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 #E5F47B is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 244 | 123 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.04 |
| HSL | 67.44º | 0.85% | 0.72% | - |
| HSV(B) | 67.44º | 0.5% | 0.96% | - |
| XYZ | 68.24 | 82.79 | 31.12 | - |
| YUV | 225.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 123 | 0.06 | 0 | 0.50 | 0.04 | 67.44 | 0.85 | 0.72 |
| Hex | E5 | F4 | 7B | 6 | 0 | 32 | 4 | 43 | 55 | 48 |
| Octal | 345 | 364 | 173 | 6 | 0 | 62 | 4 | 103 | 125 | 110 |
| Binary | 11100101 | 11110100 | 1111011 | 110 | 0 | 110010 | 100 | 1000011 | 1010101 | 1001000 |
Color Harmonies of #E5F47B
Complementary color
Monochromatic Colors of #E5F47B
Black with #E5F47B
Text Example
Text Example
White with #E5F47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F47B; }
p { color: rgb(229,244,123); }
H1.HeaderClassName
{
color: #E5F47B;
}
.AnyTagClassName
{
color: #E5F47B;
}
</style>
background-color css
<style>
a { background-color: #E5F47B; }
a { background-color: rgb(229,244,123); }
div.DivClassName
{
background-color: #E5F47B;
}
.BgClassName
{
background-color: #E5F47B;
}
</style>
border-color css
<style>
span { border-color: #E5F47B; }
span { border-color: rgb(229,244,123); }
td.TdClassName
{
border-color: #E5F47B;
}
.TagClassName
{
border-color: #E5F47B;
}
</style>