Shades of Pear #E2F82F
Tints of Pear #E2F82F
RGB
CMYK
RGB Variations
Color information
#E2F82F (or 0xE2F82F) is known color: Pear. HEX triplet: E2, F8 and 2F. RGB value is (226,248,47). Sum of RGB (Red+Green+Blue) = 226+248+47=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 47 (18.75% from 255 or 9.02% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F82F is #1D07D0. Grayscale: #DBDBDB. Windows color (decimal): -1902545 or 3143906. OLE color: 3143906.
HSL color Cylindrical-coordinate representation of color #E2F82F: hue angle of 66.57º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2F82F is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 248 | 47 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.03 |
| HSL | 66.57º | 0.93% | 0.58% | - |
| HSV(B) | 66.57º | 0.81% | 0.97% | - |
| XYZ | 65.44 | 83.51 | 15.36 | - |
| YUV | 218.51 | 31.21 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 47 | 0.09 | 0 | 0.81 | 0.03 | 66.57 | 0.93 | 0.58 |
| Hex | E2 | F8 | 2F | 9 | 0 | 51 | 3 | 43 | 5D | 3A |
| Octal | 342 | 370 | 57 | 11 | 0 | 121 | 3 | 103 | 135 | 72 |
| Binary | 11100010 | 11111000 | 101111 | 1001 | 0 | 1010001 | 11 | 1000011 | 1011101 | 111010 |
Color Harmonies of #E2F82F
Complementary color
Monochromatic Colors of #E2F82F
Black with #E2F82F
Text Example
Text Example
White with #E2F82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F82F; }
p { color: rgb(226,248,47); }
H1.HeaderClassName
{
color: #E2F82F;
}
.AnyTagClassName
{
color: #E2F82F;
}
</style>
background-color css
<style>
a { background-color: #E2F82F; }
a { background-color: rgb(226,248,47); }
div.DivClassName
{
background-color: #E2F82F;
}
.BgClassName
{
background-color: #E2F82F;
}
</style>
border-color css
<style>
span { border-color: #E2F82F; }
span { border-color: rgb(226,248,47); }
td.TdClassName
{
border-color: #E2F82F;
}
.TagClassName
{
border-color: #E2F82F;
}
</style>