Shades of Mindaro #E4FF73
Tints of Mindaro #E4FF73
RGB
CMYK
RGB Variations
Color information
#E4FF73 (or 0xE4FF73) is known color: Mindaro. HEX triplet: E4, FF and 73. RGB value is (228,255,115). Sum of RGB (Red+Green+Blue) = 228+255+115=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 115 (45.31% from 255 or 19.23% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FF73 is #1B008C. Grayscale: #E7E7E7. Windows color (decimal): -1769613 or 7602148. OLE color: 7602148.
HSL color Cylindrical-coordinate representation of color #E4FF73: hue angle of 71.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E4FF73 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 115 | - |
| CMYK | 0.11 | 0 | 0.55 | 0 |
| HSL | 71.57º | 1% | 0.73% | - |
| HSV(B) | 71.57º | 0.55% | 1% | - |
| XYZ | 70.85 | 89.25 | 29.71 | - |
| YUV | 230.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 115 | 0.11 | 0 | 0.55 | 0 | 71.57 | 1 | 0.73 |
| Hex | E4 | FF | 73 | B | 0 | 37 | 0 | 48 | 64 | 49 |
| Octal | 344 | 377 | 163 | 13 | 0 | 67 | 0 | 110 | 144 | 111 |
| Binary | 11100100 | 11111111 | 1110011 | 1011 | 0 | 110111 | 0 | 1001000 | 1100100 | 1001001 |
Color Harmonies of #E4FF73
Complementary color
Monochromatic Colors of #E4FF73
Black with #E4FF73
Text Example
Text Example
White with #E4FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FF73; }
p { color: rgb(228,255,115); }
H1.HeaderClassName
{
color: #E4FF73;
}
.AnyTagClassName
{
color: #E4FF73;
}
</style>
background-color css
<style>
a { background-color: #E4FF73; }
a { background-color: rgb(228,255,115); }
div.DivClassName
{
background-color: #E4FF73;
}
.BgClassName
{
background-color: #E4FF73;
}
</style>
border-color css
<style>
span { border-color: #E4FF73; }
span { border-color: rgb(228,255,115); }
td.TdClassName
{
border-color: #E4FF73;
}
.TagClassName
{
border-color: #E4FF73;
}
</style>