Shades of Pear #E2F124
Tints of Pear #E2F124
RGB
CMYK
RGB Variations
Color information
#E2F124 (or 0xE2F124) is known color: Pear. HEX triplet: E2, F1 and 24. RGB value is (226,241,36). Sum of RGB (Red+Green+Blue) = 226+241+36=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F124 is #1D0EDB. Grayscale: #D5D5D5. Windows color (decimal): -1904348 or 2421218. OLE color: 2421218.
HSL color Cylindrical-coordinate representation of color #E2F124: hue angle of 64.39º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2F124 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 36 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.05 |
| HSL | 64.39º | 0.88% | 0.54% | - |
| HSV(B) | 64.39º | 0.85% | 0.95% | - |
| XYZ | 63.14 | 79.21 | 13.63 | - |
| YUV | 213.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 36 | 0.06 | 0 | 0.85 | 0.05 | 64.39 | 0.88 | 0.54 |
| Hex | E2 | F1 | 24 | 6 | 0 | 55 | 5 | 40 | 58 | 36 |
| Octal | 342 | 361 | 44 | 6 | 0 | 125 | 5 | 100 | 130 | 66 |
| Binary | 11100010 | 11110001 | 100100 | 110 | 0 | 1010101 | 101 | 1000000 | 1011000 | 110110 |
Color Harmonies of #E2F124
Complementary color
Monochromatic Colors of #E2F124
Black with #E2F124
Text Example
Text Example
White with #E2F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F124; }
p { color: rgb(226,241,36); }
H1.HeaderClassName
{
color: #E2F124;
}
.AnyTagClassName
{
color: #E2F124;
}
</style>
background-color css
<style>
a { background-color: #E2F124; }
a { background-color: rgb(226,241,36); }
div.DivClassName
{
background-color: #E2F124;
}
.BgClassName
{
background-color: #E2F124;
}
</style>
border-color css
<style>
span { border-color: #E2F124; }
span { border-color: rgb(226,241,36); }
td.TdClassName
{
border-color: #E2F124;
}
.TagClassName
{
border-color: #E2F124;
}
</style>