Shades of Pear #E2F427
Tints of Pear #E2F427
RGB
CMYK
RGB Variations
Color information
#E2F427 (or 0xE2F427) is known color: Pear. HEX triplet: E2, F4 and 27. RGB value is (226,244,39). Sum of RGB (Red+Green+Blue) = 226+244+39=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 39 (15.62% from 255 or 7.66% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F427 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F427 is #1D0BD8. Grayscale: #D8D8D8. Windows color (decimal): -1903577 or 2618594. OLE color: 2618594.
HSL color Cylindrical-coordinate representation of color #E2F427: hue angle of 65.27º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2F427 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 39 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.04 |
| HSL | 65.27º | 0.9% | 0.55% | - |
| HSV(B) | 65.27º | 0.84% | 0.96% | - |
| XYZ | 64.08 | 81.02 | 14.18 | - |
| YUV | 215.25 | 28.54 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 39 | 0.07 | 0 | 0.84 | 0.04 | 65.27 | 0.9 | 0.55 |
| Hex | E2 | F4 | 27 | 7 | 0 | 54 | 4 | 41 | 5A | 37 |
| Octal | 342 | 364 | 47 | 7 | 0 | 124 | 4 | 101 | 132 | 67 |
| Binary | 11100010 | 11110100 | 100111 | 111 | 0 | 1010100 | 100 | 1000001 | 1011010 | 110111 |
Color Harmonies of #E2F427
Complementary color
Monochromatic Colors of #E2F427
Black with #E2F427
Text Example
Text Example
White with #E2F427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F427; }
p { color: rgb(226,244,39); }
H1.HeaderClassName
{
color: #E2F427;
}
.AnyTagClassName
{
color: #E2F427;
}
</style>
background-color css
<style>
a { background-color: #E2F427; }
a { background-color: rgb(226,244,39); }
div.DivClassName
{
background-color: #E2F427;
}
.BgClassName
{
background-color: #E2F427;
}
</style>
border-color css
<style>
span { border-color: #E2F427; }
span { border-color: rgb(226,244,39); }
td.TdClassName
{
border-color: #E2F427;
}
.TagClassName
{
border-color: #E2F427;
}
</style>