Shades of Mindaro #E0F17C
Tints of Mindaro #E0F17C
RGB
CMYK
RGB Variations
Color information
#E0F17C (or 0xE0F17C) is known color: Mindaro. HEX triplet: E0, F1 and 7C. RGB value is (224,241,124). Sum of RGB (Red+Green+Blue) = 224+241+124=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F17C is #1F0E83. Grayscale: #DFDFDF. Windows color (decimal): -2035332 or 8188384. OLE color: 8188384.
HSL color Cylindrical-coordinate representation of color #E0F17C: hue angle of 68.72º 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 #E0F17C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 124 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.05 |
| HSL | 68.72º | 0.81% | 0.72% | - |
| HSV(B) | 68.72º | 0.49% | 0.95% | - |
| XYZ | 65.83 | 80.21 | 31.08 | - |
| YUV | 222.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 124 | 0.07 | 0 | 0.49 | 0.05 | 68.72 | 0.81 | 0.72 |
| Hex | E0 | F1 | 7C | 7 | 0 | 31 | 5 | 45 | 51 | 48 |
| Octal | 340 | 361 | 174 | 7 | 0 | 61 | 5 | 105 | 121 | 110 |
| Binary | 11100000 | 11110001 | 1111100 | 111 | 0 | 110001 | 101 | 1000101 | 1010001 | 1001000 |
Color Harmonies of #E0F17C
Complementary color
Monochromatic Colors of #E0F17C
Black with #E0F17C
Text Example
Text Example
White with #E0F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F17C; }
p { color: rgb(224,241,124); }
H1.HeaderClassName
{
color: #E0F17C;
}
.AnyTagClassName
{
color: #E0F17C;
}
</style>
background-color css
<style>
a { background-color: #E0F17C; }
a { background-color: rgb(224,241,124); }
div.DivClassName
{
background-color: #E0F17C;
}
.BgClassName
{
background-color: #E0F17C;
}
</style>
border-color css
<style>
span { border-color: #E0F17C; }
span { border-color: rgb(224,241,124); }
td.TdClassName
{
border-color: #E0F17C;
}
.TagClassName
{
border-color: #E0F17C;
}
</style>