Shades of Mindaro #E2FF7E
Tints of Mindaro #E2FF7E
RGB
CMYK
RGB Variations
Color information
#E2FF7E (or 0xE2FF7E) is known color: Mindaro. HEX triplet: E2, FF and 7E. RGB value is (226,255,126). Sum of RGB (Red+Green+Blue) = 226+255+126=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF7E is #1D0081. Grayscale: #E8E8E8. Windows color (decimal): -1900674 or 8323042. OLE color: 8323042.
HSL color Cylindrical-coordinate representation of color #E2FF7E: hue angle of 73.49º 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 #E2FF7E is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 126 | - |
CMYK | 0.11 | 0 | 0.51 | 0 |
HSL | 73.49º | 1% | 0.75% | - |
HSV(B) | 73.49º | 0.51% | 1% | - |
XYZ | 70.89 | 89.2 | 33.22 | - |
YUV | 231.62 | 68.39 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 126 | 0.11 | 0 | 0.51 | 0 | 73.49 | 1 | 0.75 |
Hex | E2 | FF | 7E | B | 0 | 33 | 0 | 49 | 64 | 4B |
Octal | 342 | 377 | 176 | 13 | 0 | 63 | 0 | 111 | 144 | 113 |
Binary | 11100010 | 11111111 | 1111110 | 1011 | 0 | 110011 | 0 | 1001001 | 1100100 | 1001011 |
Color Harmonies of #E2FF7E
Complementary color
Monochromatic Colors of #E2FF7E
Black with #E2FF7E
Text Example
Text Example
White with #E2FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF7E; }
p { color: rgb(226,255,126); }
H1.HeaderClassName
{
color: #E2FF7E;
}
.AnyTagClassName
{
color: #E2FF7E;
}
</style>
background-color css
<style>
a { background-color: #E2FF7E; }
a { background-color: rgb(226,255,126); }
div.DivClassName
{
background-color: #E2FF7E;
}
.BgClassName
{
background-color: #E2FF7E;
}
</style>
border-color css
<style>
span { border-color: #E2FF7E; }
span { border-color: rgb(226,255,126); }
td.TdClassName
{
border-color: #E2FF7E;
}
.TagClassName
{
border-color: #E2FF7E;
}
</style>