Shades of Mindaro #E2FF7D
Tints of Mindaro #E2FF7D
RGB
CMYK
RGB Variations
Color information
#E2FF7D (or 0xE2FF7D) is known color: Mindaro. HEX triplet: E2, FF and 7D. RGB value is (226,255,125). Sum of RGB (Red+Green+Blue) = 226+255+125=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF7D is #1D0082. Grayscale: #E8E8E8. Windows color (decimal): -1900675 or 8257506. OLE color: 8257506.
HSL color Cylindrical-coordinate representation of color #E2FF7D: hue angle of 73.38º 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 #E2FF7D is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 125 | - |
| CMYK | 0.11 | 0 | 0.51 | 0 |
| HSL | 73.38º | 1% | 0.75% | - |
| HSV(B) | 73.38º | 0.51% | 1% | - |
| XYZ | 70.83 | 89.17 | 32.88 | - |
| YUV | 231.51 | 67.89 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 125 | 0.11 | 0 | 0.51 | 0 | 73.38 | 1 | 0.75 |
| Hex | E2 | FF | 7D | B | 0 | 33 | 0 | 49 | 64 | 4B |
| Octal | 342 | 377 | 175 | 13 | 0 | 63 | 0 | 111 | 144 | 113 |
| Binary | 11100010 | 11111111 | 1111101 | 1011 | 0 | 110011 | 0 | 1001001 | 1100100 | 1001011 |
Color Harmonies of #E2FF7D
Complementary color
Monochromatic Colors of #E2FF7D
Black with #E2FF7D
Text Example
Text Example
White with #E2FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF7D; }
p { color: rgb(226,255,125); }
H1.HeaderClassName
{
color: #E2FF7D;
}
.AnyTagClassName
{
color: #E2FF7D;
}
</style>
background-color css
<style>
a { background-color: #E2FF7D; }
a { background-color: rgb(226,255,125); }
div.DivClassName
{
background-color: #E2FF7D;
}
.BgClassName
{
background-color: #E2FF7D;
}
</style>
border-color css
<style>
span { border-color: #E2FF7D; }
span { border-color: rgb(226,255,125); }
td.TdClassName
{
border-color: #E2FF7D;
}
.TagClassName
{
border-color: #E2FF7D;
}
</style>