Shades of Pear #E1F420
Tints of Pear #E1F420
RGB
CMYK
RGB Variations
Color information
#E1F420 (or 0xE1F420) is known color: Pear. HEX triplet: E1, F4 and 20. RGB value is (225,244,32). Sum of RGB (Red+Green+Blue) = 225+244+32=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F420 is #1E0BDF. Grayscale: #D6D6D6. Windows color (decimal): -1969120 or 2159841. OLE color: 2159841.
HSL color Cylindrical-coordinate representation of color #E1F420: hue angle of 65.38º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1F420 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 32 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.04 |
| HSL | 65.38º | 0.91% | 0.54% | - |
| HSV(B) | 65.38º | 0.87% | 0.96% | - |
| XYZ | 63.66 | 80.81 | 13.61 | - |
| YUV | 214.15 | 25.21 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 32 | 0.08 | 0 | 0.87 | 0.04 | 65.38 | 0.91 | 0.54 |
| Hex | E1 | F4 | 20 | 8 | 0 | 57 | 4 | 41 | 5B | 36 |
| Octal | 341 | 364 | 40 | 10 | 0 | 127 | 4 | 101 | 133 | 66 |
| Binary | 11100001 | 11110100 | 100000 | 1000 | 0 | 1010111 | 100 | 1000001 | 1011011 | 110110 |
Color Harmonies of #E1F420
Complementary color
Monochromatic Colors of #E1F420
Black with #E1F420
Text Example
Text Example
White with #E1F420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F420; }
p { color: rgb(225,244,32); }
H1.HeaderClassName
{
color: #E1F420;
}
.AnyTagClassName
{
color: #E1F420;
}
</style>
background-color css
<style>
a { background-color: #E1F420; }
a { background-color: rgb(225,244,32); }
div.DivClassName
{
background-color: #E1F420;
}
.BgClassName
{
background-color: #E1F420;
}
</style>
border-color css
<style>
span { border-color: #E1F420; }
span { border-color: rgb(225,244,32); }
td.TdClassName
{
border-color: #E1F420;
}
.TagClassName
{
border-color: #E1F420;
}
</style>