Shades of Mindaro #E0FF7D
Tints of Mindaro #E0FF7D
RGB
CMYK
RGB Variations
Color information
#E0FF7D (or 0xE0FF7D) is known color: Mindaro. HEX triplet: E0, FF and 7D. RGB value is (224,255,125). Sum of RGB (Red+Green+Blue) = 224+255+125=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FF7D is #1F0082. Grayscale: #E7E7E7. Windows color (decimal): -2031747 or 8257504. OLE color: 8257504.
HSL color Cylindrical-coordinate representation of color #E0FF7D: hue angle of 74.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0FF7D is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 125 | - |
| CMYK | 0.12 | 0 | 0.51 | 0 |
| HSL | 74.31º | 1% | 0.75% | - |
| HSV(B) | 74.31º | 0.51% | 1% | - |
| XYZ | 70.2 | 88.85 | 32.85 | - |
| YUV | 230.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 125 | 0.12 | 0 | 0.51 | 0 | 74.31 | 1 | 0.75 |
| Hex | E0 | FF | 7D | C | 0 | 33 | 0 | 4A | 64 | 4B |
| Octal | 340 | 377 | 175 | 14 | 0 | 63 | 0 | 112 | 144 | 113 |
| Binary | 11100000 | 11111111 | 1111101 | 1100 | 0 | 110011 | 0 | 1001010 | 1100100 | 1001011 |
Color Harmonies of #E0FF7D
Complementary color
Monochromatic Colors of #E0FF7D
Black with #E0FF7D
Text Example
Text Example
White with #E0FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF7D; }
p { color: rgb(224,255,125); }
H1.HeaderClassName
{
color: #E0FF7D;
}
.AnyTagClassName
{
color: #E0FF7D;
}
</style>
background-color css
<style>
a { background-color: #E0FF7D; }
a { background-color: rgb(224,255,125); }
div.DivClassName
{
background-color: #E0FF7D;
}
.BgClassName
{
background-color: #E0FF7D;
}
</style>
border-color css
<style>
span { border-color: #E0FF7D; }
span { border-color: rgb(224,255,125); }
td.TdClassName
{
border-color: #E0FF7D;
}
.TagClassName
{
border-color: #E0FF7D;
}
</style>