Shades of Pear #E2FE32
Tints of Pear #E2FE32
RGB
CMYK
RGB Variations
Color information
#E2FE32 (or 0xE2FE32) is known color: Pear. HEX triplet: E2, FE and 32. RGB value is (226,254,50). Sum of RGB (Red+Green+Blue) = 226+254+50=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE32 is #1D01CD. Grayscale: #DFDFDF. Windows color (decimal): -1901006 or 3342050. OLE color: 3342050.
HSL color Cylindrical-coordinate representation of color #E2FE32: hue angle of 68.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2FE32 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 50 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.00 |
| HSL | 68.24º | 0.99% | 0.6% | - |
| HSV(B) | 68.24º | 0.8% | 1% | - |
| XYZ | 67.38 | 87.28 | 16.31 | - |
| YUV | 222.37 | 30.72 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 50 | 0.11 | 0 | 0.80 | 0.00 | 68.24 | 0.99 | 0.6 |
| Hex | E2 | FE | 32 | B | 0 | 50 | 0 | 44 | 63 | 3C |
| Octal | 342 | 376 | 62 | 13 | 0 | 120 | 0 | 104 | 143 | 74 |
| Binary | 11100010 | 11111110 | 110010 | 1011 | 0 | 1010000 | 0 | 1000100 | 1100011 | 111100 |
Color Harmonies of #E2FE32
Complementary color
Monochromatic Colors of #E2FE32
Black with #E2FE32
Text Example
Text Example
White with #E2FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE32; }
p { color: rgb(226,254,50); }
H1.HeaderClassName
{
color: #E2FE32;
}
.AnyTagClassName
{
color: #E2FE32;
}
</style>
background-color css
<style>
a { background-color: #E2FE32; }
a { background-color: rgb(226,254,50); }
div.DivClassName
{
background-color: #E2FE32;
}
.BgClassName
{
background-color: #E2FE32;
}
</style>
border-color css
<style>
span { border-color: #E2FE32; }
span { border-color: rgb(226,254,50); }
td.TdClassName
{
border-color: #E2FE32;
}
.TagClassName
{
border-color: #E2FE32;
}
</style>