Shades of Mindaro #E2EF7B
Tints of Mindaro #E2EF7B
RGB
CMYK
RGB Variations
Color information
#E2EF7B (or 0xE2EF7B) is known color: Mindaro. HEX triplet: E2, EF and 7B. RGB value is (226,239,123). Sum of RGB (Red+Green+Blue) = 226+239+123=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EF7B is #1D1084. Grayscale: #DEDEDE. Windows color (decimal): -1904773 or 8122338. OLE color: 8122338.
HSL color Cylindrical-coordinate representation of color #E2EF7B: hue angle of 66.72º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2EF7B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 123 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.06 |
| HSL | 66.72º | 0.78% | 0.71% | - |
| HSV(B) | 66.72º | 0.49% | 0.94% | - |
| XYZ | 65.81 | 79.33 | 30.58 | - |
| YUV | 221.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 123 | 0.05 | 0 | 0.49 | 0.06 | 66.72 | 0.78 | 0.71 |
| Hex | E2 | EF | 7B | 5 | 0 | 31 | 6 | 43 | 4E | 47 |
| Octal | 342 | 357 | 173 | 5 | 0 | 61 | 6 | 103 | 116 | 107 |
| Binary | 11100010 | 11101111 | 1111011 | 101 | 0 | 110001 | 110 | 1000011 | 1001110 | 1000111 |
Color Harmonies of #E2EF7B
Complementary color
Monochromatic Colors of #E2EF7B
Black with #E2EF7B
Text Example
Text Example
White with #E2EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF7B; }
p { color: rgb(226,239,123); }
H1.HeaderClassName
{
color: #E2EF7B;
}
.AnyTagClassName
{
color: #E2EF7B;
}
</style>
background-color css
<style>
a { background-color: #E2EF7B; }
a { background-color: rgb(226,239,123); }
div.DivClassName
{
background-color: #E2EF7B;
}
.BgClassName
{
background-color: #E2EF7B;
}
</style>
border-color css
<style>
span { border-color: #E2EF7B; }
span { border-color: rgb(226,239,123); }
td.TdClassName
{
border-color: #E2EF7B;
}
.TagClassName
{
border-color: #E2EF7B;
}
</style>