Shades of Pear #E0FF25
Tints of Pear #E0FF25
RGB
CMYK
RGB Variations
Color information
#E0FF25 (or 0xE0FF25) is known color: Pear. HEX triplet: E0, FF and 25. RGB value is (224,255,37). Sum of RGB (Red+Green+Blue) = 224+255+37=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 37 (14.84% from 255 or 7.17% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF25 is #1F00DA. Grayscale: #DDDDDD. Windows color (decimal): -2031835 or 2490336. OLE color: 2490336.
HSL color Cylindrical-coordinate representation of color #E0FF25: hue angle of 68.53º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0FF25 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0 |
| HSL | 68.53º | 1% | 0.57% | - |
| HSV(B) | 68.53º | 0.85% | 1% | - |
| XYZ | 66.83 | 87.5 | 15.12 | - |
| YUV | 220.88 | 24.23 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 37 | 0.12 | 0 | 0.85 | 0 | 68.53 | 1 | 0.57 |
| Hex | E0 | FF | 25 | C | 0 | 55 | 0 | 45 | 64 | 39 |
| Octal | 340 | 377 | 45 | 14 | 0 | 125 | 0 | 105 | 144 | 71 |
| Binary | 11100000 | 11111111 | 100101 | 1100 | 0 | 1010101 | 0 | 1000101 | 1100100 | 111001 |
Color Harmonies of #E0FF25
Complementary color
Monochromatic Colors of #E0FF25
Black with #E0FF25
Text Example
Text Example
White with #E0FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF25; }
p { color: rgb(224,255,37); }
H1.HeaderClassName
{
color: #E0FF25;
}
.AnyTagClassName
{
color: #E0FF25;
}
</style>
background-color css
<style>
a { background-color: #E0FF25; }
a { background-color: rgb(224,255,37); }
div.DivClassName
{
background-color: #E0FF25;
}
.BgClassName
{
background-color: #E0FF25;
}
</style>
border-color css
<style>
span { border-color: #E0FF25; }
span { border-color: rgb(224,255,37); }
td.TdClassName
{
border-color: #E0FF25;
}
.TagClassName
{
border-color: #E0FF25;
}
</style>