Shades of Mindaro #E4F17E
Tints of Mindaro #E4F17E
RGB
CMYK
RGB Variations
Color information
#E4F17E (or 0xE4F17E) is known color: Mindaro. HEX triplet: E4, F1 and 7E. RGB value is (228,241,126). Sum of RGB (Red+Green+Blue) = 228+241+126=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F17E is #1B0E81. Grayscale: #E0E0E0. Windows color (decimal): -1773186 or 8319460. OLE color: 8319460.
HSL color Cylindrical-coordinate representation of color #E4F17E: hue angle of 66.78º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4F17E is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 241 | 126 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.05 |
| HSL | 66.78º | 0.8% | 0.72% | - |
| HSV(B) | 66.78º | 0.48% | 0.95% | - |
| XYZ | 67.22 | 80.91 | 31.81 | - |
| YUV | 224 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 241 | 126 | 0.05 | 0 | 0.48 | 0.05 | 66.78 | 0.8 | 0.72 |
| Hex | E4 | F1 | 7E | 5 | 0 | 30 | 5 | 43 | 50 | 48 |
| Octal | 344 | 361 | 176 | 5 | 0 | 60 | 5 | 103 | 120 | 110 |
| Binary | 11100100 | 11110001 | 1111110 | 101 | 0 | 110000 | 101 | 1000011 | 1010000 | 1001000 |
Color Harmonies of #E4F17E
Complementary color
Monochromatic Colors of #E4F17E
Black with #E4F17E
Text Example
Text Example
White with #E4F17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F17E; }
p { color: rgb(228,241,126); }
H1.HeaderClassName
{
color: #E4F17E;
}
.AnyTagClassName
{
color: #E4F17E;
}
</style>
background-color css
<style>
a { background-color: #E4F17E; }
a { background-color: rgb(228,241,126); }
div.DivClassName
{
background-color: #E4F17E;
}
.BgClassName
{
background-color: #E4F17E;
}
</style>
border-color css
<style>
span { border-color: #E4F17E; }
span { border-color: rgb(228,241,126); }
td.TdClassName
{
border-color: #E4F17E;
}
.TagClassName
{
border-color: #E4F17E;
}
</style>