Shades of Pear #E0FF28
Tints of Pear #E0FF28
RGB
CMYK
RGB Variations
Color information
#E0FF28 (or 0xE0FF28) is known color: Pear. HEX triplet: E0, FF and 28. RGB value is (224,255,40). Sum of RGB (Red+Green+Blue) = 224+255+40=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF28 is #1F00D7. Grayscale: #DEDEDE. Windows color (decimal): -2031832 or 2686944. OLE color: 2686944.
HSL color Cylindrical-coordinate representation of color #E0FF28: hue angle of 68.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0FF28 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 40 | - |
| CMYK | 0.12 | 0 | 0.84 | 0 |
| HSL | 68.65º | 1% | 0.58% | - |
| HSV(B) | 68.65º | 0.84% | 1% | - |
| XYZ | 66.88 | 87.52 | 15.38 | - |
| YUV | 221.22 | 25.73 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 40 | 0.12 | 0 | 0.84 | 0 | 68.65 | 1 | 0.58 |
| Hex | E0 | FF | 28 | C | 0 | 54 | 0 | 45 | 64 | 3A |
| Octal | 340 | 377 | 50 | 14 | 0 | 124 | 0 | 105 | 144 | 72 |
| Binary | 11100000 | 11111111 | 101000 | 1100 | 0 | 1010100 | 0 | 1000101 | 1100100 | 111010 |
Color Harmonies of #E0FF28
Complementary color
Monochromatic Colors of #E0FF28
Black with #E0FF28
Text Example
Text Example
White with #E0FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF28; }
p { color: rgb(224,255,40); }
H1.HeaderClassName
{
color: #E0FF28;
}
.AnyTagClassName
{
color: #E0FF28;
}
</style>
background-color css
<style>
a { background-color: #E0FF28; }
a { background-color: rgb(224,255,40); }
div.DivClassName
{
background-color: #E0FF28;
}
.BgClassName
{
background-color: #E0FF28;
}
</style>
border-color css
<style>
span { border-color: #E0FF28; }
span { border-color: rgb(224,255,40); }
td.TdClassName
{
border-color: #E0FF28;
}
.TagClassName
{
border-color: #E0FF28;
}
</style>