Shades of Mindaro #E4F377
Tints of Mindaro #E4F377
RGB
CMYK
RGB Variations
Color information
#E4F377 (or 0xE4F377) is known color: Mindaro. HEX triplet: E4, F3 and 77. RGB value is (228,243,119). Sum of RGB (Red+Green+Blue) = 228+243+119=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #E4F377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F377 is #1B0C88. Grayscale: #E0E0E0. Windows color (decimal): -1772681 or 7861220. OLE color: 7861220.
HSL color Cylindrical-coordinate representation of color #E4F377: hue angle of 67.26º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4F377 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 243 | 119 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.05 |
| HSL | 67.26º | 0.84% | 0.71% | - |
| HSV(B) | 67.26º | 0.51% | 0.95% | - |
| XYZ | 67.38 | 81.93 | 29.72 | - |
| YUV | 224.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 243 | 119 | 0.06 | 0 | 0.51 | 0.05 | 67.26 | 0.84 | 0.71 |
| Hex | E4 | F3 | 77 | 6 | 0 | 33 | 5 | 43 | 54 | 47 |
| Octal | 344 | 363 | 167 | 6 | 0 | 63 | 5 | 103 | 124 | 107 |
| Binary | 11100100 | 11110011 | 1110111 | 110 | 0 | 110011 | 101 | 1000011 | 1010100 | 1000111 |
Color Harmonies of #E4F377
Complementary color
Monochromatic Colors of #E4F377
Black with #E4F377
Text Example
Text Example
White with #E4F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F377; }
p { color: rgb(228,243,119); }
H1.HeaderClassName
{
color: #E4F377;
}
.AnyTagClassName
{
color: #E4F377;
}
</style>
background-color css
<style>
a { background-color: #E4F377; }
a { background-color: rgb(228,243,119); }
div.DivClassName
{
background-color: #E4F377;
}
.BgClassName
{
background-color: #E4F377;
}
</style>
border-color css
<style>
span { border-color: #E4F377; }
span { border-color: rgb(228,243,119); }
td.TdClassName
{
border-color: #E4F377;
}
.TagClassName
{
border-color: #E4F377;
}
</style>