Shades of Mindaro #E2FC6D
Tints of Mindaro #E2FC6D
RGB
CMYK
RGB Variations
Color information
#E2FC6D (or 0xE2FC6D) is known color: Mindaro. HEX triplet: E2, FC and 6D. RGB value is (226,252,109). Sum of RGB (Red+Green+Blue) = 226+252+109=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 109 (42.97% from 255 or 18.57% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FC6D is #1D0392. Grayscale: #E4E4E4. Windows color (decimal): -1901459 or 7208162. OLE color: 7208162.
HSL color Cylindrical-coordinate representation of color #E2FC6D: hue angle of 70.91º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2FC6D is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 109 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.01 |
| HSL | 70.91º | 0.96% | 0.71% | - |
| HSV(B) | 70.91º | 0.57% | 0.99% | - |
| XYZ | 68.93 | 86.89 | 27.61 | - |
| YUV | 227.92 | 60.89 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 109 | 0.10 | 0 | 0.57 | 0.01 | 70.91 | 0.96 | 0.71 |
| Hex | E2 | FC | 6D | A | 0 | 39 | 1 | 47 | 60 | 47 |
| Octal | 342 | 374 | 155 | 12 | 0 | 71 | 1 | 107 | 140 | 107 |
| Binary | 11100010 | 11111100 | 1101101 | 1010 | 0 | 111001 | 1 | 1000111 | 1100000 | 1000111 |
Color Harmonies of #E2FC6D
Complementary color
Monochromatic Colors of #E2FC6D
Black with #E2FC6D
Text Example
Text Example
White with #E2FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FC6D; }
p { color: rgb(226,252,109); }
H1.HeaderClassName
{
color: #E2FC6D;
}
.AnyTagClassName
{
color: #E2FC6D;
}
</style>
background-color css
<style>
a { background-color: #E2FC6D; }
a { background-color: rgb(226,252,109); }
div.DivClassName
{
background-color: #E2FC6D;
}
.BgClassName
{
background-color: #E2FC6D;
}
</style>
border-color css
<style>
span { border-color: #E2FC6D; }
span { border-color: rgb(226,252,109); }
td.TdClassName
{
border-color: #E2FC6D;
}
.TagClassName
{
border-color: #E2FC6D;
}
</style>