Shades of Mindaro #E1F277
Tints of Mindaro #E1F277
RGB
CMYK
RGB Variations
Color information
#E1F277 (or 0xE1F277) is known color: Mindaro. HEX triplet: E1, F2 and 77. RGB value is (225,242,119). Sum of RGB (Red+Green+Blue) = 225+242+119=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F277 is #1E0D88. Grayscale: #DFDFDF. Windows color (decimal): -1969545 or 7860961. OLE color: 7860961.
HSL color Cylindrical-coordinate representation of color #E1F277: hue angle of 68.29º 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 #E1F277 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 119 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.05 |
| HSL | 68.29º | 0.83% | 0.71% | - |
| HSV(B) | 68.29º | 0.51% | 0.95% | - |
| XYZ | 66.13 | 80.84 | 29.57 | - |
| YUV | 222.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 119 | 0.07 | 0 | 0.51 | 0.05 | 68.29 | 0.83 | 0.71 |
| Hex | E1 | F2 | 77 | 7 | 0 | 33 | 5 | 44 | 53 | 47 |
| Octal | 341 | 362 | 167 | 7 | 0 | 63 | 5 | 104 | 123 | 107 |
| Binary | 11100001 | 11110010 | 1110111 | 111 | 0 | 110011 | 101 | 1000100 | 1010011 | 1000111 |
Color Harmonies of #E1F277
Complementary color
Monochromatic Colors of #E1F277
Black with #E1F277
Text Example
Text Example
White with #E1F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F277; }
p { color: rgb(225,242,119); }
H1.HeaderClassName
{
color: #E1F277;
}
.AnyTagClassName
{
color: #E1F277;
}
</style>
background-color css
<style>
a { background-color: #E1F277; }
a { background-color: rgb(225,242,119); }
div.DivClassName
{
background-color: #E1F277;
}
.BgClassName
{
background-color: #E1F277;
}
</style>
border-color css
<style>
span { border-color: #E1F277; }
span { border-color: rgb(225,242,119); }
td.TdClassName
{
border-color: #E1F277;
}
.TagClassName
{
border-color: #E1F277;
}
</style>