Shades of Pear #E0FE25
Tints of Pear #E0FE25
RGB
CMYK
RGB Variations
Color information
#E0FE25 (or 0xE0FE25) is known color: Pear. HEX triplet: E0, FE and 25. RGB value is (224,254,37). Sum of RGB (Red+Green+Blue) = 224+254+37=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE25 is #1F01DA. Grayscale: #DDDDDD. Windows color (decimal): -2032091 or 2490080. OLE color: 2490080.
HSL color Cylindrical-coordinate representation of color #E0FE25: hue angle of 68.29º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0FE25 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.00 |
| HSL | 68.29º | 0.99% | 0.57% | - |
| HSV(B) | 68.29º | 0.85% | 1% | - |
| XYZ | 66.52 | 86.86 | 15.01 | - |
| YUV | 220.29 | 24.56 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 37 | 0.12 | 0 | 0.85 | 0.00 | 68.29 | 0.99 | 0.57 |
| Hex | E0 | FE | 25 | C | 0 | 55 | 0 | 44 | 63 | 39 |
| Octal | 340 | 376 | 45 | 14 | 0 | 125 | 0 | 104 | 143 | 71 |
| Binary | 11100000 | 11111110 | 100101 | 1100 | 0 | 1010101 | 0 | 1000100 | 1100011 | 111001 |
Color Harmonies of #E0FE25
Complementary color
Monochromatic Colors of #E0FE25
Black with #E0FE25
Text Example
Text Example
White with #E0FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE25; }
p { color: rgb(224,254,37); }
H1.HeaderClassName
{
color: #E0FE25;
}
.AnyTagClassName
{
color: #E0FE25;
}
</style>
background-color css
<style>
a { background-color: #E0FE25; }
a { background-color: rgb(224,254,37); }
div.DivClassName
{
background-color: #E0FE25;
}
.BgClassName
{
background-color: #E0FE25;
}
</style>
border-color css
<style>
span { border-color: #E0FE25; }
span { border-color: rgb(224,254,37); }
td.TdClassName
{
border-color: #E0FE25;
}
.TagClassName
{
border-color: #E0FE25;
}
</style>