Shades of Pear #E2F331
Tints of Pear #E2F331
RGB
CMYK
RGB Variations
Color information
#E2F331 (or 0xE2F331) is known color: Pear. HEX triplet: E2, F3 and 31. RGB value is (226,243,49). Sum of RGB (Red+Green+Blue) = 226+243+49=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 49 (19.53% from 255 or 9.46% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F331 is #1D0CCE. Grayscale: #D8D8D8. Windows color (decimal): -1903823 or 3273698. OLE color: 3273698.
HSL color Cylindrical-coordinate representation of color #E2F331: hue angle of 65.26º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2F331 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 49 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.05 |
| HSL | 65.26º | 0.89% | 0.57% | - |
| HSV(B) | 65.26º | 0.8% | 0.95% | - |
| XYZ | 63.97 | 80.49 | 15.07 | - |
| YUV | 215.8 | 33.87 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 49 | 0.07 | 0 | 0.80 | 0.05 | 65.26 | 0.89 | 0.57 |
| Hex | E2 | F3 | 31 | 7 | 0 | 50 | 5 | 41 | 59 | 39 |
| Octal | 342 | 363 | 61 | 7 | 0 | 120 | 5 | 101 | 131 | 71 |
| Binary | 11100010 | 11110011 | 110001 | 111 | 0 | 1010000 | 101 | 1000001 | 1011001 | 111001 |
Color Harmonies of #E2F331
Complementary color
Monochromatic Colors of #E2F331
Black with #E2F331
Text Example
Text Example
White with #E2F331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F331; }
p { color: rgb(226,243,49); }
H1.HeaderClassName
{
color: #E2F331;
}
.AnyTagClassName
{
color: #E2F331;
}
</style>
background-color css
<style>
a { background-color: #E2F331; }
a { background-color: rgb(226,243,49); }
div.DivClassName
{
background-color: #E2F331;
}
.BgClassName
{
background-color: #E2F331;
}
</style>
border-color css
<style>
span { border-color: #E2F331; }
span { border-color: rgb(226,243,49); }
td.TdClassName
{
border-color: #E2F331;
}
.TagClassName
{
border-color: #E2F331;
}
</style>