Shades of Pear #E0FE29
Tints of Pear #E0FE29
RGB
CMYK
RGB Variations
Color information
#E0FE29 (or 0xE0FE29) is known color: Pear. HEX triplet: E0, FE and 29. RGB value is (224,254,41). Sum of RGB (Red+Green+Blue) = 224+254+41=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 41 (16.41% from 255 or 7.90% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE29 is #1F01D6. Grayscale: #DDDDDD. Windows color (decimal): -2032087 or 2752224. OLE color: 2752224.
HSL color Cylindrical-coordinate representation of color #E0FE29: hue angle of 68.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0FE29 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 41 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.00 |
| HSL | 68.45º | 0.99% | 0.58% | - |
| HSV(B) | 68.45º | 0.84% | 1% | - |
| XYZ | 66.58 | 86.89 | 15.36 | - |
| YUV | 220.75 | 26.56 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 41 | 0.12 | 0 | 0.84 | 0.00 | 68.45 | 0.99 | 0.58 |
| Hex | E0 | FE | 29 | C | 0 | 54 | 0 | 44 | 63 | 3A |
| Octal | 340 | 376 | 51 | 14 | 0 | 124 | 0 | 104 | 143 | 72 |
| Binary | 11100000 | 11111110 | 101001 | 1100 | 0 | 1010100 | 0 | 1000100 | 1100011 | 111010 |
Color Harmonies of #E0FE29
Complementary color
Monochromatic Colors of #E0FE29
Black with #E0FE29
Text Example
Text Example
White with #E0FE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE29; }
p { color: rgb(224,254,41); }
H1.HeaderClassName
{
color: #E0FE29;
}
.AnyTagClassName
{
color: #E0FE29;
}
</style>
background-color css
<style>
a { background-color: #E0FE29; }
a { background-color: rgb(224,254,41); }
div.DivClassName
{
background-color: #E0FE29;
}
.BgClassName
{
background-color: #E0FE29;
}
</style>
border-color css
<style>
span { border-color: #E0FE29; }
span { border-color: rgb(224,254,41); }
td.TdClassName
{
border-color: #E0FE29;
}
.TagClassName
{
border-color: #E0FE29;
}
</style>