Shades of Pear #E2F525
Tints of Pear #E2F525
RGB
CMYK
RGB Variations
Color information
#E2F525 (or 0xE2F525) is known color: Pear. HEX triplet: E2, F5 and 25. RGB value is (226,245,37). Sum of RGB (Red+Green+Blue) = 226+245+37=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F525 is #1D0ADA. Grayscale: #D8D8D8. Windows color (decimal): -1903323 or 2487778. OLE color: 2487778.
HSL color Cylindrical-coordinate representation of color #E2F525: hue angle of 65.48º degrees, saturation: 0.91, 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 #E2F525 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 37 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.04 |
| HSL | 65.48º | 0.91% | 0.55% | - |
| HSV(B) | 65.48º | 0.85% | 0.96% | - |
| XYZ | 64.35 | 81.61 | 14.11 | - |
| YUV | 215.61 | 27.21 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 37 | 0.08 | 0 | 0.85 | 0.04 | 65.48 | 0.91 | 0.55 |
| Hex | E2 | F5 | 25 | 8 | 0 | 55 | 4 | 41 | 5B | 37 |
| Octal | 342 | 365 | 45 | 10 | 0 | 125 | 4 | 101 | 133 | 67 |
| Binary | 11100010 | 11110101 | 100101 | 1000 | 0 | 1010101 | 100 | 1000001 | 1011011 | 110111 |
Color Harmonies of #E2F525
Complementary color
Monochromatic Colors of #E2F525
Black with #E2F525
Text Example
Text Example
White with #E2F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F525; }
p { color: rgb(226,245,37); }
H1.HeaderClassName
{
color: #E2F525;
}
.AnyTagClassName
{
color: #E2F525;
}
</style>
background-color css
<style>
a { background-color: #E2F525; }
a { background-color: rgb(226,245,37); }
div.DivClassName
{
background-color: #E2F525;
}
.BgClassName
{
background-color: #E2F525;
}
</style>
border-color css
<style>
span { border-color: #E2F525; }
span { border-color: rgb(226,245,37); }
td.TdClassName
{
border-color: #E2F525;
}
.TagClassName
{
border-color: #E2F525;
}
</style>