Shades of Pear #E2F120
Tints of Pear #E2F120
RGB
CMYK
RGB Variations
Color information
#E2F120 (or 0xE2F120) is known color: Pear. HEX triplet: E2, F1 and 20. RGB value is (226,241,32). Sum of RGB (Red+Green+Blue) = 226+241+32=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F120 is #1D0EDF. Grayscale: #D5D5D5. Windows color (decimal): -1904352 or 2159074. OLE color: 2159074.
HSL color Cylindrical-coordinate representation of color #E2F120: hue angle of 64.31º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2F120 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 32 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.05 |
| HSL | 64.31º | 0.88% | 0.54% | - |
| HSV(B) | 64.31º | 0.87% | 0.95% | - |
| XYZ | 63.08 | 79.18 | 13.33 | - |
| YUV | 212.69 | 26.03 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 32 | 0.06 | 0 | 0.87 | 0.05 | 64.31 | 0.88 | 0.54 |
| Hex | E2 | F1 | 20 | 6 | 0 | 57 | 5 | 40 | 58 | 36 |
| Octal | 342 | 361 | 40 | 6 | 0 | 127 | 5 | 100 | 130 | 66 |
| Binary | 11100010 | 11110001 | 100000 | 110 | 0 | 1010111 | 101 | 1000000 | 1011000 | 110110 |
Color Harmonies of #E2F120
Complementary color
Monochromatic Colors of #E2F120
Black with #E2F120
Text Example
Text Example
White with #E2F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F120; }
p { color: rgb(226,241,32); }
H1.HeaderClassName
{
color: #E2F120;
}
.AnyTagClassName
{
color: #E2F120;
}
</style>
background-color css
<style>
a { background-color: #E2F120; }
a { background-color: rgb(226,241,32); }
div.DivClassName
{
background-color: #E2F120;
}
.BgClassName
{
background-color: #E2F120;
}
</style>
border-color css
<style>
span { border-color: #E2F120; }
span { border-color: rgb(226,241,32); }
td.TdClassName
{
border-color: #E2F120;
}
.TagClassName
{
border-color: #E2F120;
}
</style>