Shades of Pear #E2F92F
Tints of Pear #E2F92F
RGB
CMYK
RGB Variations
Color information
#E2F92F (or 0xE2F92F) is known color: Pear. HEX triplet: E2, F9 and 2F. RGB value is (226,249,47). Sum of RGB (Red+Green+Blue) = 226+249+47=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 47 (18.75% from 255 or 9.00% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F92F is #1D06D0. Grayscale: #DBDBDB. Windows color (decimal): -1902289 or 3144162. OLE color: 3144162.
HSL color Cylindrical-coordinate representation of color #E2F92F: hue angle of 66.83º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2F92F is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 47 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.02 |
| HSL | 66.83º | 0.94% | 0.58% | - |
| HSV(B) | 66.83º | 0.81% | 0.98% | - |
| XYZ | 65.75 | 84.13 | 15.46 | - |
| YUV | 219.1 | 30.88 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 47 | 0.09 | 0 | 0.81 | 0.02 | 66.83 | 0.94 | 0.58 |
| Hex | E2 | F9 | 2F | 9 | 0 | 51 | 2 | 43 | 5E | 3A |
| Octal | 342 | 371 | 57 | 11 | 0 | 121 | 2 | 103 | 136 | 72 |
| Binary | 11100010 | 11111001 | 101111 | 1001 | 0 | 1010001 | 10 | 1000011 | 1011110 | 111010 |
Color Harmonies of #E2F92F
Complementary color
Monochromatic Colors of #E2F92F
Black with #E2F92F
Text Example
Text Example
White with #E2F92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F92F; }
p { color: rgb(226,249,47); }
H1.HeaderClassName
{
color: #E2F92F;
}
.AnyTagClassName
{
color: #E2F92F;
}
</style>
background-color css
<style>
a { background-color: #E2F92F; }
a { background-color: rgb(226,249,47); }
div.DivClassName
{
background-color: #E2F92F;
}
.BgClassName
{
background-color: #E2F92F;
}
</style>
border-color css
<style>
span { border-color: #E2F92F; }
span { border-color: rgb(226,249,47); }
td.TdClassName
{
border-color: #E2F92F;
}
.TagClassName
{
border-color: #E2F92F;
}
</style>