Shades of Mindaro #E0F377
Tints of Mindaro #E0F377
RGB
CMYK
RGB Variations
Color information
#E0F377 (or 0xE0F377) is known color: Mindaro. HEX triplet: E0, F3 and 77. RGB value is (224,243,119). Sum of RGB (Red+Green+Blue) = 224+243+119=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F377 is #1F0C88. Grayscale: #DFDFDF. Windows color (decimal): -2034825 or 7861216. OLE color: 7861216.
HSL color Cylindrical-coordinate representation of color #E0F377: hue angle of 69.19º 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 #E0F377 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 119 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.05 |
| HSL | 69.19º | 0.84% | 0.71% | - |
| HSV(B) | 69.19º | 0.51% | 0.95% | - |
| XYZ | 66.12 | 81.28 | 29.66 | - |
| YUV | 223.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 119 | 0.08 | 0 | 0.51 | 0.05 | 69.19 | 0.84 | 0.71 |
| Hex | E0 | F3 | 77 | 8 | 0 | 33 | 5 | 45 | 54 | 47 |
| Octal | 340 | 363 | 167 | 10 | 0 | 63 | 5 | 105 | 124 | 107 |
| Binary | 11100000 | 11110011 | 1110111 | 1000 | 0 | 110011 | 101 | 1000101 | 1010100 | 1000111 |
Color Harmonies of #E0F377
Complementary color
Monochromatic Colors of #E0F377
Black with #E0F377
Text Example
Text Example
White with #E0F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F377; }
p { color: rgb(224,243,119); }
H1.HeaderClassName
{
color: #E0F377;
}
.AnyTagClassName
{
color: #E0F377;
}
</style>
background-color css
<style>
a { background-color: #E0F377; }
a { background-color: rgb(224,243,119); }
div.DivClassName
{
background-color: #E0F377;
}
.BgClassName
{
background-color: #E0F377;
}
</style>
border-color css
<style>
span { border-color: #E0F377; }
span { border-color: rgb(224,243,119); }
td.TdClassName
{
border-color: #E0F377;
}
.TagClassName
{
border-color: #E0F377;
}
</style>