Shades of Mindaro #E2EF73
Tints of Mindaro #E2EF73
RGB
CMYK
RGB Variations
Color information
#E2EF73 (or 0xE2EF73) is known color: Mindaro. HEX triplet: E2, EF and 73. RGB value is (226,239,115). Sum of RGB (Red+Green+Blue) = 226+239+115=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EF73 is #1D108C. Grayscale: #DDDDDD. Windows color (decimal): -1904781 or 7598050. OLE color: 7598050.
HSL color Cylindrical-coordinate representation of color #E2EF73: hue angle of 66.29º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2EF73 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 115 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.06 |
| HSL | 66.29º | 0.79% | 0.69% | - |
| HSV(B) | 66.29º | 0.52% | 0.94% | - |
| XYZ | 65.33 | 79.14 | 28.05 | - |
| YUV | 220.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 115 | 0.05 | 0 | 0.52 | 0.06 | 66.29 | 0.79 | 0.69 |
| Hex | E2 | EF | 73 | 5 | 0 | 34 | 6 | 42 | 4F | 45 |
| Octal | 342 | 357 | 163 | 5 | 0 | 64 | 6 | 102 | 117 | 105 |
| Binary | 11100010 | 11101111 | 1110011 | 101 | 0 | 110100 | 110 | 1000010 | 1001111 | 1000101 |
Color Harmonies of #E2EF73
Complementary color
Monochromatic Colors of #E2EF73
Black with #E2EF73
Text Example
Text Example
White with #E2EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF73; }
p { color: rgb(226,239,115); }
H1.HeaderClassName
{
color: #E2EF73;
}
.AnyTagClassName
{
color: #E2EF73;
}
</style>
background-color css
<style>
a { background-color: #E2EF73; }
a { background-color: rgb(226,239,115); }
div.DivClassName
{
background-color: #E2EF73;
}
.BgClassName
{
background-color: #E2EF73;
}
</style>
border-color css
<style>
span { border-color: #E2EF73; }
span { border-color: rgb(226,239,115); }
td.TdClassName
{
border-color: #E2EF73;
}
.TagClassName
{
border-color: #E2EF73;
}
</style>