Shades of Mindaro #E2ED78
Tints of Mindaro #E2ED78
RGB
CMYK
RGB Variations
Color information
#E2ED78 (or 0xE2ED78) is known color: Mindaro. HEX triplet: E2, ED and 78. RGB value is (226,237,120). Sum of RGB (Red+Green+Blue) = 226+237+120=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 120 (47.27% from 255 or 20.58% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED78 is #1D1287. Grayscale: #DCDCDC. Windows color (decimal): -1905288 or 7925218. OLE color: 7925218.
HSL color Cylindrical-coordinate representation of color #E2ED78: hue angle of 65.64º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2ED78 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 120 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.07 |
| HSL | 65.64º | 0.76% | 0.7% | - |
| HSV(B) | 65.64º | 0.49% | 0.93% | - |
| XYZ | 65.04 | 78.09 | 29.41 | - |
| YUV | 220.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 120 | 0.05 | 0 | 0.49 | 0.07 | 65.64 | 0.76 | 0.7 |
| Hex | E2 | ED | 78 | 5 | 0 | 31 | 7 | 42 | 4C | 46 |
| Octal | 342 | 355 | 170 | 5 | 0 | 61 | 7 | 102 | 114 | 106 |
| Binary | 11100010 | 11101101 | 1111000 | 101 | 0 | 110001 | 111 | 1000010 | 1001100 | 1000110 |
Color Harmonies of #E2ED78
Complementary color
Monochromatic Colors of #E2ED78
Black with #E2ED78
Text Example
Text Example
White with #E2ED78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED78; }
p { color: rgb(226,237,120); }
H1.HeaderClassName
{
color: #E2ED78;
}
.AnyTagClassName
{
color: #E2ED78;
}
</style>
background-color css
<style>
a { background-color: #E2ED78; }
a { background-color: rgb(226,237,120); }
div.DivClassName
{
background-color: #E2ED78;
}
.BgClassName
{
background-color: #E2ED78;
}
</style>
border-color css
<style>
span { border-color: #E2ED78; }
span { border-color: rgb(226,237,120); }
td.TdClassName
{
border-color: #E2ED78;
}
.TagClassName
{
border-color: #E2ED78;
}
</style>