Shades of Pear #E2FD37
Tints of Pear #E2FD37
RGB
CMYK
RGB Variations
Color information
#E2FD37 (or 0xE2FD37) is known color: Pear. HEX triplet: E2, FD and 37. RGB value is (226,253,55). Sum of RGB (Red+Green+Blue) = 226+253+55=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 55 (21.88% from 255 or 10.30% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FD37 is #1D02C8. Grayscale: #DFDFDF. Windows color (decimal): -1901257 or 3669474. OLE color: 3669474.
HSL color Cylindrical-coordinate representation of color #E2FD37: hue angle of 68.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2FD37 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 55 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.01 |
| HSL | 68.18º | 0.98% | 0.6% | - |
| HSV(B) | 68.18º | 0.78% | 0.99% | - |
| XYZ | 67.18 | 86.7 | 16.81 | - |
| YUV | 222.36 | 33.55 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 55 | 0.11 | 0 | 0.78 | 0.01 | 68.18 | 0.98 | 0.6 |
| Hex | E2 | FD | 37 | B | 0 | 4E | 1 | 44 | 62 | 3C |
| Octal | 342 | 375 | 67 | 13 | 0 | 116 | 1 | 104 | 142 | 74 |
| Binary | 11100010 | 11111101 | 110111 | 1011 | 0 | 1001110 | 1 | 1000100 | 1100010 | 111100 |
Color Harmonies of #E2FD37
Complementary color
Monochromatic Colors of #E2FD37
Black with #E2FD37
Text Example
Text Example
White with #E2FD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FD37; }
p { color: rgb(226,253,55); }
H1.HeaderClassName
{
color: #E2FD37;
}
.AnyTagClassName
{
color: #E2FD37;
}
</style>
background-color css
<style>
a { background-color: #E2FD37; }
a { background-color: rgb(226,253,55); }
div.DivClassName
{
background-color: #E2FD37;
}
.BgClassName
{
background-color: #E2FD37;
}
</style>
border-color css
<style>
span { border-color: #E2FD37; }
span { border-color: rgb(226,253,55); }
td.TdClassName
{
border-color: #E2FD37;
}
.TagClassName
{
border-color: #E2FD37;
}
</style>