Shades of Mindaro #E4F674
Tints of Mindaro #E4F674
RGB
CMYK
RGB Variations
Color information
#E4F674 (or 0xE4F674) is known color: Mindaro. HEX triplet: E4, F6 and 74. RGB value is (228,246,116). Sum of RGB (Red+Green+Blue) = 228+246+116=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #E4F674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F674 is #1B098B. Grayscale: #E2E2E2. Windows color (decimal): -1771916 or 7665380. OLE color: 7665380.
HSL color Cylindrical-coordinate representation of color #E4F674: hue angle of 68.31º 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 #E4F674 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 246 | 116 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.04 |
| HSL | 68.31º | 0.88% | 0.71% | - |
| HSV(B) | 68.31º | 0.53% | 0.96% | - |
| XYZ | 68.1 | 83.67 | 29.08 | - |
| YUV | 225.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 246 | 116 | 0.07 | 0 | 0.53 | 0.04 | 68.31 | 0.88 | 0.71 |
| Hex | E4 | F6 | 74 | 7 | 0 | 35 | 4 | 44 | 58 | 47 |
| Octal | 344 | 366 | 164 | 7 | 0 | 65 | 4 | 104 | 130 | 107 |
| Binary | 11100100 | 11110110 | 1110100 | 111 | 0 | 110101 | 100 | 1000100 | 1011000 | 1000111 |
Color Harmonies of #E4F674
Complementary color
Monochromatic Colors of #E4F674
Black with #E4F674
Text Example
Text Example
White with #E4F674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F674; }
p { color: rgb(228,246,116); }
H1.HeaderClassName
{
color: #E4F674;
}
.AnyTagClassName
{
color: #E4F674;
}
</style>
background-color css
<style>
a { background-color: #E4F674; }
a { background-color: rgb(228,246,116); }
div.DivClassName
{
background-color: #E4F674;
}
.BgClassName
{
background-color: #E4F674;
}
</style>
border-color css
<style>
span { border-color: #E4F674; }
span { border-color: rgb(228,246,116); }
td.TdClassName
{
border-color: #E4F674;
}
.TagClassName
{
border-color: #E4F674;
}
</style>