Shades of Pear #E2F428
Tints of Pear #E2F428
RGB
CMYK
RGB Variations
Color information
#E2F428 (or 0xE2F428) is known color: Pear. HEX triplet: E2, F4 and 28. RGB value is (226,244,40). Sum of RGB (Red+Green+Blue) = 226+244+40=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F428 is #1D0BD7. Grayscale: #D8D8D8. Windows color (decimal): -1903576 or 2684130. OLE color: 2684130.
HSL color Cylindrical-coordinate representation of color #E2F428: hue angle of 65.29º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2F428 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 40 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.04 |
| HSL | 65.29º | 0.9% | 0.56% | - |
| HSV(B) | 65.29º | 0.84% | 0.96% | - |
| XYZ | 64.1 | 81.02 | 14.27 | - |
| YUV | 215.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 40 | 0.07 | 0 | 0.84 | 0.04 | 65.29 | 0.9 | 0.56 |
| Hex | E2 | F4 | 28 | 7 | 0 | 54 | 4 | 41 | 5A | 38 |
| Octal | 342 | 364 | 50 | 7 | 0 | 124 | 4 | 101 | 132 | 70 |
| Binary | 11100010 | 11110100 | 101000 | 111 | 0 | 1010100 | 100 | 1000001 | 1011010 | 111000 |
Color Harmonies of #E2F428
Complementary color
Monochromatic Colors of #E2F428
Black with #E2F428
Text Example
Text Example
White with #E2F428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F428; }
p { color: rgb(226,244,40); }
H1.HeaderClassName
{
color: #E2F428;
}
.AnyTagClassName
{
color: #E2F428;
}
</style>
background-color css
<style>
a { background-color: #E2F428; }
a { background-color: rgb(226,244,40); }
div.DivClassName
{
background-color: #E2F428;
}
.BgClassName
{
background-color: #E2F428;
}
</style>
border-color css
<style>
span { border-color: #E2F428; }
span { border-color: rgb(226,244,40); }
td.TdClassName
{
border-color: #E2F428;
}
.TagClassName
{
border-color: #E2F428;
}
</style>