Shades of Pear #E0FF37
Tints of Pear #E0FF37
RGB
CMYK
RGB Variations
Color information
#E0FF37 (or 0xE0FF37) is known color: Pear. HEX triplet: E0, FF and 37. RGB value is (224,255,55). Sum of RGB (Red+Green+Blue) = 224+255+55=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 55 (21.88% from 255 or 10.30% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF37 is #1F00C8. Grayscale: #DFDFDF. Windows color (decimal): -2031817 or 3669984. OLE color: 3669984.
HSL color Cylindrical-coordinate representation of color #E0FF37: hue angle of 69.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0FF37 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 55 | - |
| CMYK | 0.12 | 0 | 0.78 | 0 |
| HSL | 69.3º | 1% | 0.61% | - |
| HSV(B) | 69.3º | 0.78% | 1% | - |
| XYZ | 67.19 | 87.64 | 16.99 | - |
| YUV | 222.93 | 33.23 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 55 | 0.12 | 0 | 0.78 | 0 | 69.3 | 1 | 0.61 |
| Hex | E0 | FF | 37 | C | 0 | 4E | 0 | 45 | 64 | 3D |
| Octal | 340 | 377 | 67 | 14 | 0 | 116 | 0 | 105 | 144 | 75 |
| Binary | 11100000 | 11111111 | 110111 | 1100 | 0 | 1001110 | 0 | 1000101 | 1100100 | 111101 |
Color Harmonies of #E0FF37
Complementary color
Monochromatic Colors of #E0FF37
Black with #E0FF37
Text Example
Text Example
White with #E0FF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF37; }
p { color: rgb(224,255,55); }
H1.HeaderClassName
{
color: #E0FF37;
}
.AnyTagClassName
{
color: #E0FF37;
}
</style>
background-color css
<style>
a { background-color: #E0FF37; }
a { background-color: rgb(224,255,55); }
div.DivClassName
{
background-color: #E0FF37;
}
.BgClassName
{
background-color: #E0FF37;
}
</style>
border-color css
<style>
span { border-color: #E0FF37; }
span { border-color: rgb(224,255,55); }
td.TdClassName
{
border-color: #E0FF37;
}
.TagClassName
{
border-color: #E0FF37;
}
</style>