Shades of Pear #E2F21F
Tints of Pear #E2F21F
RGB
CMYK
RGB Variations
Color information
#E2F21F (or 0xE2F21F) is known color: Pear. HEX triplet: E2, F2 and 1F. RGB value is (226,242,31). Sum of RGB (Red+Green+Blue) = 226+242+31=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F21F is #1D0DE0. Grayscale: #D5D5D5. Windows color (decimal): -1904097 or 2093794. OLE color: 2093794.
HSL color Cylindrical-coordinate representation of color #E2F21F: hue angle of 64.55º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2F21F is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 31 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.05 |
| HSL | 64.55º | 0.89% | 0.54% | - |
| HSV(B) | 64.55º | 0.87% | 0.95% | - |
| XYZ | 63.36 | 79.77 | 13.35 | - |
| YUV | 213.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 31 | 0.07 | 0 | 0.87 | 0.05 | 64.55 | 0.89 | 0.54 |
| Hex | E2 | F2 | 1F | 7 | 0 | 57 | 5 | 41 | 59 | 36 |
| Octal | 342 | 362 | 37 | 7 | 0 | 127 | 5 | 101 | 131 | 66 |
| Binary | 11100010 | 11110010 | 11111 | 111 | 0 | 1010111 | 101 | 1000001 | 1011001 | 110110 |
Color Harmonies of #E2F21F
Complementary color
Monochromatic Colors of #E2F21F
Black with #E2F21F
Text Example
Text Example
White with #E2F21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F21F; }
p { color: rgb(226,242,31); }
H1.HeaderClassName
{
color: #E2F21F;
}
.AnyTagClassName
{
color: #E2F21F;
}
</style>
background-color css
<style>
a { background-color: #E2F21F; }
a { background-color: rgb(226,242,31); }
div.DivClassName
{
background-color: #E2F21F;
}
.BgClassName
{
background-color: #E2F21F;
}
</style>
border-color css
<style>
span { border-color: #E2F21F; }
span { border-color: rgb(226,242,31); }
td.TdClassName
{
border-color: #E2F21F;
}
.TagClassName
{
border-color: #E2F21F;
}
</style>