Shades of Mindaro #E2F980
Tints of Mindaro #E2F980
RGB
CMYK
RGB Variations
Color information
#E2F980 (or 0xE2F980) is known color: Mindaro. HEX triplet: E2, F9 and 80. RGB value is (226,249,128). Sum of RGB (Red+Green+Blue) = 226+249+128=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F980 is #1D067F. Grayscale: #E4E4E4. Windows color (decimal): -1902208 or 8452578. OLE color: 8452578.
HSL color Cylindrical-coordinate representation of color #E2F980: hue angle of 71.4º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2F980 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 128 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.02 |
| HSL | 71.4º | 0.91% | 0.74% | - |
| HSV(B) | 71.4º | 0.49% | 0.98% | - |
| XYZ | 69.14 | 85.48 | 33.28 | - |
| YUV | 228.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 128 | 0.09 | 0 | 0.49 | 0.02 | 71.4 | 0.91 | 0.74 |
| Hex | E2 | F9 | 80 | 9 | 0 | 31 | 2 | 47 | 5B | 4A |
| Octal | 342 | 371 | 200 | 11 | 0 | 61 | 2 | 107 | 133 | 112 |
| Binary | 11100010 | 11111001 | 10000000 | 1001 | 0 | 110001 | 10 | 1000111 | 1011011 | 1001010 |
Color Harmonies of #E2F980
Complementary color
Monochromatic Colors of #E2F980
Black with #E2F980
Text Example
Text Example
White with #E2F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F980; }
p { color: rgb(226,249,128); }
H1.HeaderClassName
{
color: #E2F980;
}
.AnyTagClassName
{
color: #E2F980;
}
</style>
background-color css
<style>
a { background-color: #E2F980; }
a { background-color: rgb(226,249,128); }
div.DivClassName
{
background-color: #E2F980;
}
.BgClassName
{
background-color: #E2F980;
}
</style>
border-color css
<style>
span { border-color: #E2F980; }
span { border-color: rgb(226,249,128); }
td.TdClassName
{
border-color: #E2F980;
}
.TagClassName
{
border-color: #E2F980;
}
</style>