Shades of Manz #E3F14D
Tints of Manz #E3F14D
RGB
CMYK
RGB Variations
Color information
#E3F14D (or 0xE3F14D) is known color: Manz. HEX triplet: E3, F1 and 4D. RGB value is (227,241,77). Sum of RGB (Red+Green+Blue) = 227+241+77=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #E3F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3F14D is #1C0EB2. Grayscale: #DADADA. Windows color (decimal): -1838771 or 5108195. OLE color: 5108195.
HSL color Cylindrical-coordinate representation of color #E3F14D: hue angle of 65.12º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E3F14D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 241 | 77 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.05 |
| HSL | 65.12º | 0.85% | 0.62% | - |
| HSV(B) | 65.12º | 0.68% | 0.95% | - |
| XYZ | 64.47 | 79.78 | 19.02 | - |
| YUV | 218.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 241 | 77 | 0.06 | 0 | 0.68 | 0.05 | 65.12 | 0.85 | 0.62 |
| Hex | E3 | F1 | 4D | 6 | 0 | 44 | 5 | 41 | 55 | 3E |
| Octal | 343 | 361 | 115 | 6 | 0 | 104 | 5 | 101 | 125 | 76 |
| Binary | 11100011 | 11110001 | 1001101 | 110 | 0 | 1000100 | 101 | 1000001 | 1010101 | 111110 |
Color Harmonies of #E3F14D
Complementary color
Monochromatic Colors of #E3F14D
Black with #E3F14D
Text Example
Text Example
White with #E3F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F14D; }
p { color: rgb(227,241,77); }
H1.HeaderClassName
{
color: #E3F14D;
}
.AnyTagClassName
{
color: #E3F14D;
}
</style>
background-color css
<style>
a { background-color: #E3F14D; }
a { background-color: rgb(227,241,77); }
div.DivClassName
{
background-color: #E3F14D;
}
.BgClassName
{
background-color: #E3F14D;
}
</style>
border-color css
<style>
span { border-color: #E3F14D; }
span { border-color: rgb(227,241,77); }
td.TdClassName
{
border-color: #E3F14D;
}
.TagClassName
{
border-color: #E3F14D;
}
</style>