Shades of Pear #E1F42F
Tints of Pear #E1F42F
RGB
CMYK
RGB Variations
Color information
#E1F42F (or 0xE1F42F) is known color: Pear. HEX triplet: E1, F4 and 2F. RGB value is (225,244,47). Sum of RGB (Red+Green+Blue) = 225+244+47=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F42F is #1E0BD0. Grayscale: #D8D8D8. Windows color (decimal): -1969105 or 3142881. OLE color: 3142881.
HSL color Cylindrical-coordinate representation of color #E1F42F: hue angle of 65.79º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1F42F is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 47 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.04 |
| HSL | 65.79º | 0.9% | 0.57% | - |
| HSV(B) | 65.79º | 0.81% | 0.96% | - |
| XYZ | 63.92 | 80.91 | 14.94 | - |
| YUV | 215.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 47 | 0.08 | 0 | 0.81 | 0.04 | 65.79 | 0.9 | 0.57 |
| Hex | E1 | F4 | 2F | 8 | 0 | 51 | 4 | 42 | 5A | 39 |
| Octal | 341 | 364 | 57 | 10 | 0 | 121 | 4 | 102 | 132 | 71 |
| Binary | 11100001 | 11110100 | 101111 | 1000 | 0 | 1010001 | 100 | 1000010 | 1011010 | 111001 |
Color Harmonies of #E1F42F
Complementary color
Monochromatic Colors of #E1F42F
Black with #E1F42F
Text Example
Text Example
White with #E1F42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F42F; }
p { color: rgb(225,244,47); }
H1.HeaderClassName
{
color: #E1F42F;
}
.AnyTagClassName
{
color: #E1F42F;
}
</style>
background-color css
<style>
a { background-color: #E1F42F; }
a { background-color: rgb(225,244,47); }
div.DivClassName
{
background-color: #E1F42F;
}
.BgClassName
{
background-color: #E1F42F;
}
</style>
border-color css
<style>
span { border-color: #E1F42F; }
span { border-color: rgb(225,244,47); }
td.TdClassName
{
border-color: #E1F42F;
}
.TagClassName
{
border-color: #E1F42F;
}
</style>