Shades of Mindaro #E4F277
Tints of Mindaro #E4F277
RGB
CMYK
RGB Variations
Color information
#E4F277 (or 0xE4F277) is known color: Mindaro. HEX triplet: E4, F2 and 77. RGB value is (228,242,119). Sum of RGB (Red+Green+Blue) = 228+242+119=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4F277 is #1B0D88. Grayscale: #E0E0E0. Windows color (decimal): -1772937 or 7860964. OLE color: 7860964.
HSL color Cylindrical-coordinate representation of color #E4F277: hue angle of 66.83º degrees, saturation: 0.83, 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 #E4F277 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 119 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.05 |
| HSL | 66.83º | 0.83% | 0.71% | - |
| HSV(B) | 66.83º | 0.51% | 0.95% | - |
| XYZ | 67.08 | 81.33 | 29.62 | - |
| YUV | 223.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 119 | 0.06 | 0 | 0.51 | 0.05 | 66.83 | 0.83 | 0.71 |
| Hex | E4 | F2 | 77 | 6 | 0 | 33 | 5 | 43 | 53 | 47 |
| Octal | 344 | 362 | 167 | 6 | 0 | 63 | 5 | 103 | 123 | 107 |
| Binary | 11100100 | 11110010 | 1110111 | 110 | 0 | 110011 | 101 | 1000011 | 1010011 | 1000111 |
Color Harmonies of #E4F277
Complementary color
Monochromatic Colors of #E4F277
Black with #E4F277
Text Example
Text Example
White with #E4F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F277; }
p { color: rgb(228,242,119); }
H1.HeaderClassName
{
color: #E4F277;
}
.AnyTagClassName
{
color: #E4F277;
}
</style>
background-color css
<style>
a { background-color: #E4F277; }
a { background-color: rgb(228,242,119); }
div.DivClassName
{
background-color: #E4F277;
}
.BgClassName
{
background-color: #E4F277;
}
</style>
border-color css
<style>
span { border-color: #E4F277; }
span { border-color: rgb(228,242,119); }
td.TdClassName
{
border-color: #E4F277;
}
.TagClassName
{
border-color: #E4F277;
}
</style>