Shades of Mindaro #E4F573
Tints of Mindaro #E4F573
RGB
CMYK
RGB Variations
Color information
#E4F573 (or 0xE4F573) is known color: Mindaro. HEX triplet: E4, F5 and 73. RGB value is (228,245,115). Sum of RGB (Red+Green+Blue) = 228+245+115=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #E4F573 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F573 is #1B0A8C. Grayscale: #E1E1E1. Windows color (decimal): -1772173 or 7599588. OLE color: 7599588.
HSL color Cylindrical-coordinate representation of color #E4F573: hue angle of 67.85º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4F573 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 245 | 115 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.04 |
| HSL | 67.85º | 0.87% | 0.71% | - |
| HSV(B) | 67.85º | 0.53% | 0.96% | - |
| XYZ | 67.74 | 83.04 | 28.68 | - |
| YUV | 225.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 245 | 115 | 0.07 | 0 | 0.53 | 0.04 | 67.85 | 0.87 | 0.71 |
| Hex | E4 | F5 | 73 | 7 | 0 | 35 | 4 | 44 | 57 | 47 |
| Octal | 344 | 365 | 163 | 7 | 0 | 65 | 4 | 104 | 127 | 107 |
| Binary | 11100100 | 11110101 | 1110011 | 111 | 0 | 110101 | 100 | 1000100 | 1010111 | 1000111 |
Color Harmonies of #E4F573
Complementary color
Monochromatic Colors of #E4F573
Black with #E4F573
Text Example
Text Example
White with #E4F573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F573; }
p { color: rgb(228,245,115); }
H1.HeaderClassName
{
color: #E4F573;
}
.AnyTagClassName
{
color: #E4F573;
}
</style>
background-color css
<style>
a { background-color: #E4F573; }
a { background-color: rgb(228,245,115); }
div.DivClassName
{
background-color: #E4F573;
}
.BgClassName
{
background-color: #E4F573;
}
</style>
border-color css
<style>
span { border-color: #E4F573; }
span { border-color: rgb(228,245,115); }
td.TdClassName
{
border-color: #E4F573;
}
.TagClassName
{
border-color: #E4F573;
}
</style>