Shades of Mindaro #E4FF72
Tints of Mindaro #E4FF72
RGB
CMYK
RGB Variations
Color information
#E4FF72 (or 0xE4FF72) is known color: Mindaro. HEX triplet: E4, FF and 72. RGB value is (228,255,114). Sum of RGB (Red+Green+Blue) = 228+255+114=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 114 (44.92% from 255 or 19.10% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FF72 is #1B008D. Grayscale: #E7E7E7. Windows color (decimal): -1769614 or 7536612. OLE color: 7536612.
HSL color Cylindrical-coordinate representation of color #E4FF72: hue angle of 71.49º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E4FF72 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 114 | - |
| CMYK | 0.11 | 0 | 0.55 | 0 |
| HSL | 71.49º | 1% | 0.72% | - |
| HSV(B) | 71.49º | 0.55% | 1% | - |
| XYZ | 70.79 | 89.23 | 29.41 | - |
| YUV | 230.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 114 | 0.11 | 0 | 0.55 | 0 | 71.49 | 1 | 0.72 |
| Hex | E4 | FF | 72 | B | 0 | 37 | 0 | 47 | 64 | 48 |
| Octal | 344 | 377 | 162 | 13 | 0 | 67 | 0 | 107 | 144 | 110 |
| Binary | 11100100 | 11111111 | 1110010 | 1011 | 0 | 110111 | 0 | 1000111 | 1100100 | 1001000 |
Color Harmonies of #E4FF72
Complementary color
Monochromatic Colors of #E4FF72
Black with #E4FF72
Text Example
Text Example
White with #E4FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FF72; }
p { color: rgb(228,255,114); }
H1.HeaderClassName
{
color: #E4FF72;
}
.AnyTagClassName
{
color: #E4FF72;
}
</style>
background-color css
<style>
a { background-color: #E4FF72; }
a { background-color: rgb(228,255,114); }
div.DivClassName
{
background-color: #E4FF72;
}
.BgClassName
{
background-color: #E4FF72;
}
</style>
border-color css
<style>
span { border-color: #E4FF72; }
span { border-color: rgb(228,255,114); }
td.TdClassName
{
border-color: #E4FF72;
}
.TagClassName
{
border-color: #E4FF72;
}
</style>