Shades of Pear #E3F332
Tints of Pear #E3F332
RGB
CMYK
RGB Variations
Color information
#E3F332 (or 0xE3F332) is known color: Pear. HEX triplet: E3, F3 and 32. RGB value is (227,243,50). Sum of RGB (Red+Green+Blue) = 227+243+50=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #E3F332 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F332 is #1C0CCD. Grayscale: #D8D8D8. Windows color (decimal): -1838286 or 3339235. OLE color: 3339235.
HSL color Cylindrical-coordinate representation of color #E3F332: hue angle of 64.97º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3F332 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 243 | 50 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.05 |
| HSL | 64.97º | 0.89% | 0.57% | - |
| HSV(B) | 64.97º | 0.79% | 0.95% | - |
| XYZ | 64.3 | 80.66 | 15.2 | - |
| YUV | 216.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 243 | 50 | 0.07 | 0 | 0.79 | 0.05 | 64.97 | 0.89 | 0.57 |
| Hex | E3 | F3 | 32 | 7 | 0 | 4F | 5 | 41 | 59 | 39 |
| Octal | 343 | 363 | 62 | 7 | 0 | 117 | 5 | 101 | 131 | 71 |
| Binary | 11100011 | 11110011 | 110010 | 111 | 0 | 1001111 | 101 | 1000001 | 1011001 | 111001 |
Color Harmonies of #E3F332
Complementary color
Monochromatic Colors of #E3F332
Black with #E3F332
Text Example
Text Example
White with #E3F332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F332; }
p { color: rgb(227,243,50); }
H1.HeaderClassName
{
color: #E3F332;
}
.AnyTagClassName
{
color: #E3F332;
}
</style>
background-color css
<style>
a { background-color: #E3F332; }
a { background-color: rgb(227,243,50); }
div.DivClassName
{
background-color: #E3F332;
}
.BgClassName
{
background-color: #E3F332;
}
</style>
border-color css
<style>
span { border-color: #E3F332; }
span { border-color: rgb(227,243,50); }
td.TdClassName
{
border-color: #E3F332;
}
.TagClassName
{
border-color: #E3F332;
}
</style>