Shades of Mindaro #E2EF74
Tints of Mindaro #E2EF74
RGB
CMYK
RGB Variations
Color information
#E2EF74 (or 0xE2EF74) is known color: Mindaro. HEX triplet: E2, EF and 74. RGB value is (226,239,116). Sum of RGB (Red+Green+Blue) = 226+239+116=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EF74 is #1D108B. Grayscale: #DDDDDD. Windows color (decimal): -1904780 or 7663586. OLE color: 7663586.
HSL color Cylindrical-coordinate representation of color #E2EF74: hue angle of 66.34º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2EF74 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 116 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.06 |
| HSL | 66.34º | 0.79% | 0.7% | - |
| HSV(B) | 66.34º | 0.51% | 0.94% | - |
| XYZ | 65.38 | 79.16 | 28.36 | - |
| YUV | 221.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 116 | 0.05 | 0 | 0.51 | 0.06 | 66.34 | 0.79 | 0.7 |
| Hex | E2 | EF | 74 | 5 | 0 | 33 | 6 | 42 | 4F | 46 |
| Octal | 342 | 357 | 164 | 5 | 0 | 63 | 6 | 102 | 117 | 106 |
| Binary | 11100010 | 11101111 | 1110100 | 101 | 0 | 110011 | 110 | 1000010 | 1001111 | 1000110 |
Color Harmonies of #E2EF74
Complementary color
Monochromatic Colors of #E2EF74
Black with #E2EF74
Text Example
Text Example
White with #E2EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF74; }
p { color: rgb(226,239,116); }
H1.HeaderClassName
{
color: #E2EF74;
}
.AnyTagClassName
{
color: #E2EF74;
}
</style>
background-color css
<style>
a { background-color: #E2EF74; }
a { background-color: rgb(226,239,116); }
div.DivClassName
{
background-color: #E2EF74;
}
.BgClassName
{
background-color: #E2EF74;
}
</style>
border-color css
<style>
span { border-color: #E2EF74; }
span { border-color: rgb(226,239,116); }
td.TdClassName
{
border-color: #E2EF74;
}
.TagClassName
{
border-color: #E2EF74;
}
</style>