Shades of Pear #E2F424
Tints of Pear #E2F424
RGB
CMYK
RGB Variations
Color information
#E2F424 (or 0xE2F424) is known color: Pear. HEX triplet: E2, F4 and 24. RGB value is (226,244,36). Sum of RGB (Red+Green+Blue) = 226+244+36=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F424 is #1D0BDB. Grayscale: #D7D7D7. Windows color (decimal): -1903580 or 2421986. OLE color: 2421986.
HSL color Cylindrical-coordinate representation of color #E2F424: hue angle of 65.19º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2F424 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 36 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.04 |
| HSL | 65.19º | 0.9% | 0.55% | - |
| HSV(B) | 65.19º | 0.85% | 0.96% | - |
| XYZ | 64.03 | 81 | 13.93 | - |
| YUV | 214.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 36 | 0.07 | 0 | 0.85 | 0.04 | 65.19 | 0.9 | 0.55 |
| Hex | E2 | F4 | 24 | 7 | 0 | 55 | 4 | 41 | 5A | 37 |
| Octal | 342 | 364 | 44 | 7 | 0 | 125 | 4 | 101 | 132 | 67 |
| Binary | 11100010 | 11110100 | 100100 | 111 | 0 | 1010101 | 100 | 1000001 | 1011010 | 110111 |
Color Harmonies of #E2F424
Complementary color
Monochromatic Colors of #E2F424
Black with #E2F424
Text Example
Text Example
White with #E2F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F424; }
p { color: rgb(226,244,36); }
H1.HeaderClassName
{
color: #E2F424;
}
.AnyTagClassName
{
color: #E2F424;
}
</style>
background-color css
<style>
a { background-color: #E2F424; }
a { background-color: rgb(226,244,36); }
div.DivClassName
{
background-color: #E2F424;
}
.BgClassName
{
background-color: #E2F424;
}
</style>
border-color css
<style>
span { border-color: #E2F424; }
span { border-color: rgb(226,244,36); }
td.TdClassName
{
border-color: #E2F424;
}
.TagClassName
{
border-color: #E2F424;
}
</style>