Shades of Pear #E3F632
Tints of Pear #E3F632
RGB
CMYK
RGB Variations
Color information
#E3F632 (or 0xE3F632) is known color: Pear. HEX triplet: E3, F6 and 32. RGB value is (227,246,50). Sum of RGB (Red+Green+Blue) = 227+246+50=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #E3F632 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F632 is #1C09CD. Grayscale: #DADADA. Windows color (decimal): -1837518 or 3340003. OLE color: 3340003.
HSL color Cylindrical-coordinate representation of color #E3F632: hue angle of 65.82º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3F632 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 246 | 50 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.04 |
| HSL | 65.82º | 0.92% | 0.58% | - |
| HSV(B) | 65.82º | 0.8% | 0.96% | - |
| XYZ | 65.21 | 82.47 | 15.5 | - |
| YUV | 217.98 | 33.21 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 246 | 50 | 0.08 | 0 | 0.80 | 0.04 | 65.82 | 0.92 | 0.58 |
| Hex | E3 | F6 | 32 | 8 | 0 | 50 | 4 | 42 | 5C | 3A |
| Octal | 343 | 366 | 62 | 10 | 0 | 120 | 4 | 102 | 134 | 72 |
| Binary | 11100011 | 11110110 | 110010 | 1000 | 0 | 1010000 | 100 | 1000010 | 1011100 | 111010 |
Color Harmonies of #E3F632
Complementary color
Monochromatic Colors of #E3F632
Black with #E3F632
Text Example
Text Example
White with #E3F632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F632; }
p { color: rgb(227,246,50); }
H1.HeaderClassName
{
color: #E3F632;
}
.AnyTagClassName
{
color: #E3F632;
}
</style>
background-color css
<style>
a { background-color: #E3F632; }
a { background-color: rgb(227,246,50); }
div.DivClassName
{
background-color: #E3F632;
}
.BgClassName
{
background-color: #E3F632;
}
</style>
border-color css
<style>
span { border-color: #E3F632; }
span { border-color: rgb(227,246,50); }
td.TdClassName
{
border-color: #E3F632;
}
.TagClassName
{
border-color: #E3F632;
}
</style>