Shades of Mindaro #E3F27F
Tints of Mindaro #E3F27F
RGB
CMYK
RGB Variations
Color information
#E3F27F (or 0xE3F27F) is known color: Mindaro. HEX triplet: E3, F2 and 7F. RGB value is (227,242,127). Sum of RGB (Red+Green+Blue) = 227+242+127=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #E3F27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3F27F is #1C0D80. Grayscale: #E0E0E0. Windows color (decimal): -1838465 or 8385251. OLE color: 8385251.
HSL color Cylindrical-coordinate representation of color #E3F27F: hue angle of 67.83º 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 #E3F27F is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 242 | 127 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.05 |
| HSL | 67.83º | 0.82% | 0.72% | - |
| HSV(B) | 67.83º | 0.48% | 0.95% | - |
| XYZ | 67.26 | 81.37 | 32.24 | - |
| YUV | 224.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 242 | 127 | 0.06 | 0 | 0.48 | 0.05 | 67.83 | 0.82 | 0.72 |
| Hex | E3 | F2 | 7F | 6 | 0 | 30 | 5 | 44 | 52 | 48 |
| Octal | 343 | 362 | 177 | 6 | 0 | 60 | 5 | 104 | 122 | 110 |
| Binary | 11100011 | 11110010 | 1111111 | 110 | 0 | 110000 | 101 | 1000100 | 1010010 | 1001000 |
Color Harmonies of #E3F27F
Complementary color
Monochromatic Colors of #E3F27F
Black with #E3F27F
Text Example
Text Example
White with #E3F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F27F; }
p { color: rgb(227,242,127); }
H1.HeaderClassName
{
color: #E3F27F;
}
.AnyTagClassName
{
color: #E3F27F;
}
</style>
background-color css
<style>
a { background-color: #E3F27F; }
a { background-color: rgb(227,242,127); }
div.DivClassName
{
background-color: #E3F27F;
}
.BgClassName
{
background-color: #E3F27F;
}
</style>
border-color css
<style>
span { border-color: #E3F27F; }
span { border-color: rgb(227,242,127); }
td.TdClassName
{
border-color: #E3F27F;
}
.TagClassName
{
border-color: #E3F27F;
}
</style>