Shades of Mindaro #E4F778
Tints of Mindaro #E4F778
RGB
CMYK
RGB Variations
Color information
#E4F778 (or 0xE4F778) is known color: Mindaro. HEX triplet: E4, F7 and 78. RGB value is (228,247,120). Sum of RGB (Red+Green+Blue) = 228+247+120=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 120 (47.27% from 255 or 20.17% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #E4F778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F778 is #1B0887. Grayscale: #E3E3E3. Windows color (decimal): -1771656 or 7927780. OLE color: 7927780.
HSL color Cylindrical-coordinate representation of color #E4F778: hue angle of 68.98º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4F778 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 247 | 120 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.03 |
| HSL | 68.98º | 0.89% | 0.72% | - |
| HSV(B) | 68.98º | 0.51% | 0.97% | - |
| XYZ | 68.65 | 84.37 | 30.44 | - |
| YUV | 226.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 247 | 120 | 0.08 | 0 | 0.51 | 0.03 | 68.98 | 0.89 | 0.72 |
| Hex | E4 | F7 | 78 | 8 | 0 | 33 | 3 | 45 | 59 | 48 |
| Octal | 344 | 367 | 170 | 10 | 0 | 63 | 3 | 105 | 131 | 110 |
| Binary | 11100100 | 11110111 | 1111000 | 1000 | 0 | 110011 | 11 | 1000101 | 1011001 | 1001000 |
Color Harmonies of #E4F778
Complementary color
Monochromatic Colors of #E4F778
Black with #E4F778
Text Example
Text Example
White with #E4F778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F778; }
p { color: rgb(228,247,120); }
H1.HeaderClassName
{
color: #E4F778;
}
.AnyTagClassName
{
color: #E4F778;
}
</style>
background-color css
<style>
a { background-color: #E4F778; }
a { background-color: rgb(228,247,120); }
div.DivClassName
{
background-color: #E4F778;
}
.BgClassName
{
background-color: #E4F778;
}
</style>
border-color css
<style>
span { border-color: #E4F778; }
span { border-color: rgb(228,247,120); }
td.TdClassName
{
border-color: #E4F778;
}
.TagClassName
{
border-color: #E4F778;
}
</style>