Shades of Mindaro #E0F27F
Tints of Mindaro #E0F27F
RGB
CMYK
RGB Variations
Color information
#E0F27F (or 0xE0F27F) is known color: Mindaro. HEX triplet: E0, F2 and 7F. RGB value is (224,242,127). Sum of RGB (Red+Green+Blue) = 224+242+127=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F27F is #1F0D80. Grayscale: #DFDFDF. Windows color (decimal): -2035073 or 8385248. OLE color: 8385248.
HSL color Cylindrical-coordinate representation of color #E0F27F: hue angle of 69.39º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0F27F is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 127 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.05 |
| HSL | 69.39º | 0.82% | 0.72% | - |
| HSV(B) | 69.39º | 0.48% | 0.95% | - |
| XYZ | 66.32 | 80.88 | 32.2 | - |
| YUV | 223.51 | 73.54 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 127 | 0.07 | 0 | 0.48 | 0.05 | 69.39 | 0.82 | 0.72 |
| Hex | E0 | F2 | 7F | 7 | 0 | 30 | 5 | 45 | 52 | 48 |
| Octal | 340 | 362 | 177 | 7 | 0 | 60 | 5 | 105 | 122 | 110 |
| Binary | 11100000 | 11110010 | 1111111 | 111 | 0 | 110000 | 101 | 1000101 | 1010010 | 1001000 |
Color Harmonies of #E0F27F
Complementary color
Monochromatic Colors of #E0F27F
Black with #E0F27F
Text Example
Text Example
White with #E0F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F27F; }
p { color: rgb(224,242,127); }
H1.HeaderClassName
{
color: #E0F27F;
}
.AnyTagClassName
{
color: #E0F27F;
}
</style>
background-color css
<style>
a { background-color: #E0F27F; }
a { background-color: rgb(224,242,127); }
div.DivClassName
{
background-color: #E0F27F;
}
.BgClassName
{
background-color: #E0F27F;
}
</style>
border-color css
<style>
span { border-color: #E0F27F; }
span { border-color: rgb(224,242,127); }
td.TdClassName
{
border-color: #E0F27F;
}
.TagClassName
{
border-color: #E0F27F;
}
</style>