Shades of Pear #E0FE27
Tints of Pear #E0FE27
RGB
CMYK
RGB Variations
Color information
#E0FE27 (or 0xE0FE27) is known color: Pear. HEX triplet: E0, FE and 27. RGB value is (224,254,39). Sum of RGB (Red+Green+Blue) = 224+254+39=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 39 (15.62% from 255 or 7.54% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE27 is #1F01D8. Grayscale: #DDDDDD. Windows color (decimal): -2032089 or 2621152. OLE color: 2621152.
HSL color Cylindrical-coordinate representation of color #E0FE27: hue angle of 68.37º 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 #E0FE27 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 39 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.00 |
| HSL | 68.37º | 0.99% | 0.57% | - |
| HSV(B) | 68.37º | 0.85% | 1% | - |
| XYZ | 66.55 | 86.88 | 15.18 | - |
| YUV | 220.52 | 25.56 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 39 | 0.12 | 0 | 0.85 | 0.00 | 68.37 | 0.99 | 0.57 |
| Hex | E0 | FE | 27 | C | 0 | 55 | 0 | 44 | 63 | 39 |
| Octal | 340 | 376 | 47 | 14 | 0 | 125 | 0 | 104 | 143 | 71 |
| Binary | 11100000 | 11111110 | 100111 | 1100 | 0 | 1010101 | 0 | 1000100 | 1100011 | 111001 |
Color Harmonies of #E0FE27
Complementary color
Monochromatic Colors of #E0FE27
Black with #E0FE27
Text Example
Text Example
White with #E0FE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE27; }
p { color: rgb(224,254,39); }
H1.HeaderClassName
{
color: #E0FE27;
}
.AnyTagClassName
{
color: #E0FE27;
}
</style>
background-color css
<style>
a { background-color: #E0FE27; }
a { background-color: rgb(224,254,39); }
div.DivClassName
{
background-color: #E0FE27;
}
.BgClassName
{
background-color: #E0FE27;
}
</style>
border-color css
<style>
span { border-color: #E0FE27; }
span { border-color: rgb(224,254,39); }
td.TdClassName
{
border-color: #E0FE27;
}
.TagClassName
{
border-color: #E0FE27;
}
</style>