Shades of Pear #E3FC32
Tints of Pear #E3FC32
RGB
CMYK
RGB Variations
Color information
#E3FC32 (or 0xE3FC32) is known color: Pear. HEX triplet: E3, FC and 32. RGB value is (227,252,50). Sum of RGB (Red+Green+Blue) = 227+252+50=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #E3FC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3FC32 is #1C03CD. Grayscale: #DEDEDE. Windows color (decimal): -1835982 or 3341539. OLE color: 3341539.
HSL color Cylindrical-coordinate representation of color #E3FC32: hue angle of 67.43º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3FC32 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 252 | 50 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.01 |
| HSL | 67.43º | 0.97% | 0.59% | - |
| HSV(B) | 67.43º | 0.8% | 0.99% | - |
| XYZ | 67.06 | 86.18 | 16.12 | - |
| YUV | 221.5 | 31.22 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 252 | 50 | 0.10 | 0 | 0.80 | 0.01 | 67.43 | 0.97 | 0.59 |
| Hex | E3 | FC | 32 | A | 0 | 50 | 1 | 43 | 61 | 3B |
| Octal | 343 | 374 | 62 | 12 | 0 | 120 | 1 | 103 | 141 | 73 |
| Binary | 11100011 | 11111100 | 110010 | 1010 | 0 | 1010000 | 1 | 1000011 | 1100001 | 111011 |
Color Harmonies of #E3FC32
Complementary color
Monochromatic Colors of #E3FC32
Black with #E3FC32
Text Example
Text Example
White with #E3FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FC32; }
p { color: rgb(227,252,50); }
H1.HeaderClassName
{
color: #E3FC32;
}
.AnyTagClassName
{
color: #E3FC32;
}
</style>
background-color css
<style>
a { background-color: #E3FC32; }
a { background-color: rgb(227,252,50); }
div.DivClassName
{
background-color: #E3FC32;
}
.BgClassName
{
background-color: #E3FC32;
}
</style>
border-color css
<style>
span { border-color: #E3FC32; }
span { border-color: rgb(227,252,50); }
td.TdClassName
{
border-color: #E3FC32;
}
.TagClassName
{
border-color: #E3FC32;
}
</style>