Shades of Mindaro #E5F47A
Tints of Mindaro #E5F47A
RGB
CMYK
RGB Variations
Color information
#E5F47A (or 0xE5F47A) is known color: Mindaro. HEX triplet: E5, F4 and 7A. RGB value is (229,244,122). Sum of RGB (Red+Green+Blue) = 229+244+122=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F47A is #1A0B85. Grayscale: #E2E2E2. Windows color (decimal): -1706886 or 8058085. OLE color: 8058085.
HSL color Cylindrical-coordinate representation of color #E5F47A: hue angle of 67.38º 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 #E5F47A is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 244 | 122 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.04 |
| HSL | 67.38º | 0.85% | 0.72% | - |
| HSV(B) | 67.38º | 0.5% | 0.96% | - |
| XYZ | 68.18 | 82.76 | 30.79 | - |
| YUV | 225.61 | 69.53 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 122 | 0.06 | 0 | 0.5 | 0.04 | 67.38 | 0.85 | 0.72 |
| Hex | E5 | F4 | 7A | 6 | 0 | 32 | 4 | 43 | 55 | 48 |
| Octal | 345 | 364 | 172 | 6 | 0 | 62 | 4 | 103 | 125 | 110 |
| Binary | 11100101 | 11110100 | 1111010 | 110 | 0 | 110010 | 100 | 1000011 | 1010101 | 1001000 |
Color Harmonies of #E5F47A
Complementary color
Monochromatic Colors of #E5F47A
Black with #E5F47A
Text Example
Text Example
White with #E5F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F47A; }
p { color: rgb(229,244,122); }
H1.HeaderClassName
{
color: #E5F47A;
}
.AnyTagClassName
{
color: #E5F47A;
}
</style>
background-color css
<style>
a { background-color: #E5F47A; }
a { background-color: rgb(229,244,122); }
div.DivClassName
{
background-color: #E5F47A;
}
.BgClassName
{
background-color: #E5F47A;
}
</style>
border-color css
<style>
span { border-color: #E5F47A; }
span { border-color: rgb(229,244,122); }
td.TdClassName
{
border-color: #E5F47A;
}
.TagClassName
{
border-color: #E5F47A;
}
</style>