Shades of Pear #E2F528
Tints of Pear #E2F528
RGB
CMYK
RGB Variations
Color information
#E2F528 (or 0xE2F528) is known color: Pear. HEX triplet: E2, F5 and 28. RGB value is (226,245,40). Sum of RGB (Red+Green+Blue) = 226+245+40=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F528 is #1D0AD7. Grayscale: #D8D8D8. Windows color (decimal): -1903320 or 2684386. OLE color: 2684386.
HSL color Cylindrical-coordinate representation of color #E2F528: hue angle of 65.56º degrees, saturation: 0.91, 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 #E2F528 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 40 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.04 |
| HSL | 65.56º | 0.91% | 0.56% | - |
| HSV(B) | 65.56º | 0.84% | 0.96% | - |
| XYZ | 64.4 | 81.63 | 14.37 | - |
| YUV | 215.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 40 | 0.08 | 0 | 0.84 | 0.04 | 65.56 | 0.91 | 0.56 |
| Hex | E2 | F5 | 28 | 8 | 0 | 54 | 4 | 42 | 5B | 38 |
| Octal | 342 | 365 | 50 | 10 | 0 | 124 | 4 | 102 | 133 | 70 |
| Binary | 11100010 | 11110101 | 101000 | 1000 | 0 | 1010100 | 100 | 1000010 | 1011011 | 111000 |
Color Harmonies of #E2F528
Complementary color
Monochromatic Colors of #E2F528
Black with #E2F528
Text Example
Text Example
White with #E2F528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F528; }
p { color: rgb(226,245,40); }
H1.HeaderClassName
{
color: #E2F528;
}
.AnyTagClassName
{
color: #E2F528;
}
</style>
background-color css
<style>
a { background-color: #E2F528; }
a { background-color: rgb(226,245,40); }
div.DivClassName
{
background-color: #E2F528;
}
.BgClassName
{
background-color: #E2F528;
}
</style>
border-color css
<style>
span { border-color: #E2F528; }
span { border-color: rgb(226,245,40); }
td.TdClassName
{
border-color: #E2F528;
}
.TagClassName
{
border-color: #E2F528;
}
</style>