Shades of Mindaro #E2FF6D
Tints of Mindaro #E2FF6D
RGB
CMYK
RGB Variations
Color information
#E2FF6D (or 0xE2FF6D) is known color: Mindaro. HEX triplet: E2, FF and 6D. RGB value is (226,255,109). Sum of RGB (Red+Green+Blue) = 226+255+109=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 109 (42.97% from 255 or 18.47% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF6D is #1D0092. Grayscale: #E6E6E6. Windows color (decimal): -1900691 or 7208930. OLE color: 7208930.
HSL color Cylindrical-coordinate representation of color #E2FF6D: hue angle of 71.92º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2FF6D is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 109 | - |
| CMYK | 0.11 | 0 | 0.57 | 0 |
| HSL | 71.92º | 1% | 0.71% | - |
| HSV(B) | 71.92º | 0.57% | 1% | - |
| XYZ | 69.88 | 88.79 | 27.92 | - |
| YUV | 229.69 | 59.89 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 109 | 0.11 | 0 | 0.57 | 0 | 71.92 | 1 | 0.71 |
| Hex | E2 | FF | 6D | B | 0 | 39 | 0 | 48 | 64 | 47 |
| Octal | 342 | 377 | 155 | 13 | 0 | 71 | 0 | 110 | 144 | 107 |
| Binary | 11100010 | 11111111 | 1101101 | 1011 | 0 | 111001 | 0 | 1001000 | 1100100 | 1000111 |
Color Harmonies of #E2FF6D
Complementary color
Monochromatic Colors of #E2FF6D
Black with #E2FF6D
Text Example
Text Example
White with #E2FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF6D; }
p { color: rgb(226,255,109); }
H1.HeaderClassName
{
color: #E2FF6D;
}
.AnyTagClassName
{
color: #E2FF6D;
}
</style>
background-color css
<style>
a { background-color: #E2FF6D; }
a { background-color: rgb(226,255,109); }
div.DivClassName
{
background-color: #E2FF6D;
}
.BgClassName
{
background-color: #E2FF6D;
}
</style>
border-color css
<style>
span { border-color: #E2FF6D; }
span { border-color: rgb(226,255,109); }
td.TdClassName
{
border-color: #E2FF6D;
}
.TagClassName
{
border-color: #E2FF6D;
}
</style>