Shades of Pear #E2FE37
Tints of Pear #E2FE37
RGB
CMYK
RGB Variations
Color information
#E2FE37 (or 0xE2FE37) is known color: Pear. HEX triplet: E2, FE and 37. RGB value is (226,254,55). Sum of RGB (Red+Green+Blue) = 226+254+55=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 55 (21.88% from 255 or 10.28% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE37 is #1D01C8. Grayscale: #DFDFDF. Windows color (decimal): -1901001 or 3669730. OLE color: 3669730.
HSL color Cylindrical-coordinate representation of color #E2FE37: hue angle of 68.44º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2FE37 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 55 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.00 |
| HSL | 68.44º | 0.99% | 0.61% | - |
| HSV(B) | 68.44º | 0.78% | 1% | - |
| XYZ | 67.5 | 87.33 | 16.91 | - |
| YUV | 222.94 | 33.22 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 55 | 0.11 | 0 | 0.78 | 0.00 | 68.44 | 0.99 | 0.61 |
| Hex | E2 | FE | 37 | B | 0 | 4E | 0 | 44 | 63 | 3D |
| Octal | 342 | 376 | 67 | 13 | 0 | 116 | 0 | 104 | 143 | 75 |
| Binary | 11100010 | 11111110 | 110111 | 1011 | 0 | 1001110 | 0 | 1000100 | 1100011 | 111101 |
Color Harmonies of #E2FE37
Complementary color
Monochromatic Colors of #E2FE37
Black with #E2FE37
Text Example
Text Example
White with #E2FE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE37; }
p { color: rgb(226,254,55); }
H1.HeaderClassName
{
color: #E2FE37;
}
.AnyTagClassName
{
color: #E2FE37;
}
</style>
background-color css
<style>
a { background-color: #E2FE37; }
a { background-color: rgb(226,254,55); }
div.DivClassName
{
background-color: #E2FE37;
}
.BgClassName
{
background-color: #E2FE37;
}
</style>
border-color css
<style>
span { border-color: #E2FE37; }
span { border-color: rgb(226,254,55); }
td.TdClassName
{
border-color: #E2FE37;
}
.TagClassName
{
border-color: #E2FE37;
}
</style>