Shades of Mindaro #E5F377
Tints of Mindaro #E5F377
RGB
CMYK
RGB Variations
Color information
#E5F377 (or 0xE5F377) is known color: Mindaro. HEX triplet: E5, F3 and 77. RGB value is (229,243,119). Sum of RGB (Red+Green+Blue) = 229+243+119=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F377 is #1A0C88. Grayscale: #E1E1E1. Windows color (decimal): -1707145 or 7861221. OLE color: 7861221.
HSL color Cylindrical-coordinate representation of color #E5F377: hue angle of 66.77º 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 #E5F377 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 119 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.05 |
| HSL | 66.77º | 0.84% | 0.71% | - |
| HSV(B) | 66.77º | 0.51% | 0.95% | - |
| XYZ | 67.69 | 82.09 | 29.73 | - |
| YUV | 224.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 119 | 0.06 | 0 | 0.51 | 0.05 | 66.77 | 0.84 | 0.71 |
| Hex | E5 | F3 | 77 | 6 | 0 | 33 | 5 | 43 | 54 | 47 |
| Octal | 345 | 363 | 167 | 6 | 0 | 63 | 5 | 103 | 124 | 107 |
| Binary | 11100101 | 11110011 | 1110111 | 110 | 0 | 110011 | 101 | 1000011 | 1010100 | 1000111 |
Color Harmonies of #E5F377
Complementary color
Monochromatic Colors of #E5F377
Black with #E5F377
Text Example
Text Example
White with #E5F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F377; }
p { color: rgb(229,243,119); }
H1.HeaderClassName
{
color: #E5F377;
}
.AnyTagClassName
{
color: #E5F377;
}
</style>
background-color css
<style>
a { background-color: #E5F377; }
a { background-color: rgb(229,243,119); }
div.DivClassName
{
background-color: #E5F377;
}
.BgClassName
{
background-color: #E5F377;
}
</style>
border-color css
<style>
span { border-color: #E5F377; }
span { border-color: rgb(229,243,119); }
td.TdClassName
{
border-color: #E5F377;
}
.TagClassName
{
border-color: #E5F377;
}
</style>