Shades of Mindaro #E2EF7C
Tints of Mindaro #E2EF7C
RGB
CMYK
RGB Variations
Color information
#E2EF7C (or 0xE2EF7C) is known color: Mindaro. HEX triplet: E2, EF and 7C. RGB value is (226,239,124). Sum of RGB (Red+Green+Blue) = 226+239+124=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EF7C is #1D1083. Grayscale: #DEDEDE. Windows color (decimal): -1904772 or 8187874. OLE color: 8187874.
HSL color Cylindrical-coordinate representation of color #E2EF7C: hue angle of 66.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2EF7C is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 124 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.06 |
| HSL | 66.78º | 0.78% | 0.71% | - |
| HSV(B) | 66.78º | 0.48% | 0.94% | - |
| XYZ | 65.87 | 79.36 | 30.91 | - |
| YUV | 222 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 124 | 0.05 | 0 | 0.48 | 0.06 | 66.78 | 0.78 | 0.71 |
| Hex | E2 | EF | 7C | 5 | 0 | 30 | 6 | 43 | 4E | 47 |
| Octal | 342 | 357 | 174 | 5 | 0 | 60 | 6 | 103 | 116 | 107 |
| Binary | 11100010 | 11101111 | 1111100 | 101 | 0 | 110000 | 110 | 1000011 | 1001110 | 1000111 |
Color Harmonies of #E2EF7C
Complementary color
Monochromatic Colors of #E2EF7C
Black with #E2EF7C
Text Example
Text Example
White with #E2EF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF7C; }
p { color: rgb(226,239,124); }
H1.HeaderClassName
{
color: #E2EF7C;
}
.AnyTagClassName
{
color: #E2EF7C;
}
</style>
background-color css
<style>
a { background-color: #E2EF7C; }
a { background-color: rgb(226,239,124); }
div.DivClassName
{
background-color: #E2EF7C;
}
.BgClassName
{
background-color: #E2EF7C;
}
</style>
border-color css
<style>
span { border-color: #E2EF7C; }
span { border-color: rgb(226,239,124); }
td.TdClassName
{
border-color: #E2EF7C;
}
.TagClassName
{
border-color: #E2EF7C;
}
</style>