Shades of Mindaro #E2F674
Tints of Mindaro #E2F674
RGB
CMYK
RGB Variations
Color information
#E2F674 (or 0xE2F674) is known color: Mindaro. HEX triplet: E2, F6 and 74. RGB value is (226,246,116). Sum of RGB (Red+Green+Blue) = 226+246+116=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F674 is #1D098B. Grayscale: #E1E1E1. Windows color (decimal): -1902988 or 7665378. OLE color: 7665378.
HSL color Cylindrical-coordinate representation of color #E2F674: hue angle of 69.23º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2F674 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 246 | 116 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.04 |
| HSL | 69.23º | 0.88% | 0.71% | - |
| HSV(B) | 69.23º | 0.53% | 0.96% | - |
| XYZ | 67.47 | 83.34 | 29.05 | - |
| YUV | 225.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 246 | 116 | 0.08 | 0 | 0.53 | 0.04 | 69.23 | 0.88 | 0.71 |
| Hex | E2 | F6 | 74 | 8 | 0 | 35 | 4 | 45 | 58 | 47 |
| Octal | 342 | 366 | 164 | 10 | 0 | 65 | 4 | 105 | 130 | 107 |
| Binary | 11100010 | 11110110 | 1110100 | 1000 | 0 | 110101 | 100 | 1000101 | 1011000 | 1000111 |
Color Harmonies of #E2F674
Complementary color
Monochromatic Colors of #E2F674
Black with #E2F674
Text Example
Text Example
White with #E2F674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F674; }
p { color: rgb(226,246,116); }
H1.HeaderClassName
{
color: #E2F674;
}
.AnyTagClassName
{
color: #E2F674;
}
</style>
background-color css
<style>
a { background-color: #E2F674; }
a { background-color: rgb(226,246,116); }
div.DivClassName
{
background-color: #E2F674;
}
.BgClassName
{
background-color: #E2F674;
}
</style>
border-color css
<style>
span { border-color: #E2F674; }
span { border-color: rgb(226,246,116); }
td.TdClassName
{
border-color: #E2F674;
}
.TagClassName
{
border-color: #E2F674;
}
</style>