Shades of Mindaro #E2FD7C
Tints of Mindaro #E2FD7C
RGB
CMYK
RGB Variations
Color information
#E2FD7C (or 0xE2FD7C) is known color: Mindaro. HEX triplet: E2, FD and 7C. RGB value is (226,253,124). Sum of RGB (Red+Green+Blue) = 226+253+124=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 124 (48.83% from 255 or 20.56% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FD7C is #1D0283. Grayscale: #E6E6E6. Windows color (decimal): -1901188 or 8191458. OLE color: 8191458.
HSL color Cylindrical-coordinate representation of color #E2FD7C: hue angle of 72.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2FD7C is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 124 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.01 |
| HSL | 72.56º | 0.97% | 0.74% | - |
| HSV(B) | 72.56º | 0.51% | 0.99% | - |
| XYZ | 70.13 | 87.87 | 32.33 | - |
| YUV | 230.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 124 | 0.11 | 0 | 0.51 | 0.01 | 72.56 | 0.97 | 0.74 |
| Hex | E2 | FD | 7C | B | 0 | 33 | 1 | 49 | 61 | 4A |
| Octal | 342 | 375 | 174 | 13 | 0 | 63 | 1 | 111 | 141 | 112 |
| Binary | 11100010 | 11111101 | 1111100 | 1011 | 0 | 110011 | 1 | 1001001 | 1100001 | 1001010 |
Color Harmonies of #E2FD7C
Complementary color
Monochromatic Colors of #E2FD7C
Black with #E2FD7C
Text Example
Text Example
White with #E2FD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FD7C; }
p { color: rgb(226,253,124); }
H1.HeaderClassName
{
color: #E2FD7C;
}
.AnyTagClassName
{
color: #E2FD7C;
}
</style>
background-color css
<style>
a { background-color: #E2FD7C; }
a { background-color: rgb(226,253,124); }
div.DivClassName
{
background-color: #E2FD7C;
}
.BgClassName
{
background-color: #E2FD7C;
}
</style>
border-color css
<style>
span { border-color: #E2FD7C; }
span { border-color: rgb(226,253,124); }
td.TdClassName
{
border-color: #E2FD7C;
}
.TagClassName
{
border-color: #E2FD7C;
}
</style>