Shades of Pear #E2F72A
Tints of Pear #E2F72A
RGB
CMYK
RGB Variations
Color information
#E2F72A (or 0xE2F72A) is known color: Pear. HEX triplet: E2, F7 and 2A. RGB value is (226,247,42). Sum of RGB (Red+Green+Blue) = 226+247+42=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 42 (16.80% from 255 or 8.16% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F72A is #1D08D5. Grayscale: #DADADA. Windows color (decimal): -1902806 or 2815970. OLE color: 2815970.
HSL color Cylindrical-coordinate representation of color #E2F72A: hue angle of 66.15º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2F72A is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 247 | 42 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.03 |
| HSL | 66.15º | 0.93% | 0.57% | - |
| HSV(B) | 66.15º | 0.83% | 0.97% | - |
| XYZ | 65.04 | 82.86 | 14.76 | - |
| YUV | 217.35 | 29.04 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 247 | 42 | 0.09 | 0 | 0.83 | 0.03 | 66.15 | 0.93 | 0.57 |
| Hex | E2 | F7 | 2A | 9 | 0 | 53 | 3 | 42 | 5D | 39 |
| Octal | 342 | 367 | 52 | 11 | 0 | 123 | 3 | 102 | 135 | 71 |
| Binary | 11100010 | 11110111 | 101010 | 1001 | 0 | 1010011 | 11 | 1000010 | 1011101 | 111001 |
Color Harmonies of #E2F72A
Complementary color
Monochromatic Colors of #E2F72A
Black with #E2F72A
Text Example
Text Example
White with #E2F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F72A; }
p { color: rgb(226,247,42); }
H1.HeaderClassName
{
color: #E2F72A;
}
.AnyTagClassName
{
color: #E2F72A;
}
</style>
background-color css
<style>
a { background-color: #E2F72A; }
a { background-color: rgb(226,247,42); }
div.DivClassName
{
background-color: #E2F72A;
}
.BgClassName
{
background-color: #E2F72A;
}
</style>
border-color css
<style>
span { border-color: #E2F72A; }
span { border-color: rgb(226,247,42); }
td.TdClassName
{
border-color: #E2F72A;
}
.TagClassName
{
border-color: #E2F72A;
}
</style>