Shades of Mindaro #E2F17C
Tints of Mindaro #E2F17C
RGB
CMYK
RGB Variations
Color information
#E2F17C (or 0xE2F17C) is known color: Mindaro. HEX triplet: E2, F1 and 7C. RGB value is (226,241,124). Sum of RGB (Red+Green+Blue) = 226+241+124=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F17C is #1D0E83. Grayscale: #DFDFDF. Windows color (decimal): -1904260 or 8188386. OLE color: 8188386.
HSL color Cylindrical-coordinate representation of color #E2F17C: hue angle of 67.69º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2F17C is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 124 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.05 |
| HSL | 67.69º | 0.81% | 0.72% | - |
| HSV(B) | 67.69º | 0.49% | 0.95% | - |
| XYZ | 66.46 | 80.53 | 31.11 | - |
| YUV | 223.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 124 | 0.06 | 0 | 0.49 | 0.05 | 67.69 | 0.81 | 0.72 |
| Hex | E2 | F1 | 7C | 6 | 0 | 31 | 5 | 44 | 51 | 48 |
| Octal | 342 | 361 | 174 | 6 | 0 | 61 | 5 | 104 | 121 | 110 |
| Binary | 11100010 | 11110001 | 1111100 | 110 | 0 | 110001 | 101 | 1000100 | 1010001 | 1001000 |
Color Harmonies of #E2F17C
Complementary color
Monochromatic Colors of #E2F17C
Black with #E2F17C
Text Example
Text Example
White with #E2F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F17C; }
p { color: rgb(226,241,124); }
H1.HeaderClassName
{
color: #E2F17C;
}
.AnyTagClassName
{
color: #E2F17C;
}
</style>
background-color css
<style>
a { background-color: #E2F17C; }
a { background-color: rgb(226,241,124); }
div.DivClassName
{
background-color: #E2F17C;
}
.BgClassName
{
background-color: #E2F17C;
}
</style>
border-color css
<style>
span { border-color: #E2F17C; }
span { border-color: rgb(226,241,124); }
td.TdClassName
{
border-color: #E2F17C;
}
.TagClassName
{
border-color: #E2F17C;
}
</style>