Shades of Mindaro #E4F175
Tints of Mindaro #E4F175
RGB
CMYK
RGB Variations
Color information
#E4F175 (or 0xE4F175) is known color: Mindaro. HEX triplet: E4, F1 and 75. RGB value is (228,241,117). Sum of RGB (Red+Green+Blue) = 228+241+117=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F175 is #1B0E8A. Grayscale: #DFDFDF. Windows color (decimal): -1773195 or 7729636. OLE color: 7729636.
HSL color Cylindrical-coordinate representation of color #E4F175: hue angle of 66.29º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4F175 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 241 | 117 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.05 |
| HSL | 66.29º | 0.82% | 0.7% | - |
| HSV(B) | 66.29º | 0.51% | 0.95% | - |
| XYZ | 66.66 | 80.69 | 28.89 | - |
| YUV | 222.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 241 | 117 | 0.05 | 0 | 0.51 | 0.05 | 66.29 | 0.82 | 0.7 |
| Hex | E4 | F1 | 75 | 5 | 0 | 33 | 5 | 42 | 52 | 46 |
| Octal | 344 | 361 | 165 | 5 | 0 | 63 | 5 | 102 | 122 | 106 |
| Binary | 11100100 | 11110001 | 1110101 | 101 | 0 | 110011 | 101 | 1000010 | 1010010 | 1000110 |
Color Harmonies of #E4F175
Complementary color
Monochromatic Colors of #E4F175
Black with #E4F175
Text Example
Text Example
White with #E4F175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F175; }
p { color: rgb(228,241,117); }
H1.HeaderClassName
{
color: #E4F175;
}
.AnyTagClassName
{
color: #E4F175;
}
</style>
background-color css
<style>
a { background-color: #E4F175; }
a { background-color: rgb(228,241,117); }
div.DivClassName
{
background-color: #E4F175;
}
.BgClassName
{
background-color: #E4F175;
}
</style>
border-color css
<style>
span { border-color: #E4F175; }
span { border-color: rgb(228,241,117); }
td.TdClassName
{
border-color: #E4F175;
}
.TagClassName
{
border-color: #E4F175;
}
</style>