Shades of Pear #E2FE27
Tints of Pear #E2FE27
RGB
CMYK
RGB Variations
Color information
#E2FE27 (or 0xE2FE27) is known color: Pear. HEX triplet: E2, FE and 27. RGB value is (226,254,39). Sum of RGB (Red+Green+Blue) = 226+254+39=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 39 (15.62% from 255 or 7.51% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE27 is #1D01D8. Grayscale: #DDDDDD. Windows color (decimal): -1901017 or 2621154. OLE color: 2621154.
HSL color Cylindrical-coordinate representation of color #E2FE27: hue angle of 67.81º 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 #E2FE27 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 39 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.00 |
| HSL | 67.81º | 0.99% | 0.57% | - |
| HSV(B) | 67.81º | 0.85% | 1% | - |
| XYZ | 67.17 | 87.2 | 15.21 | - |
| YUV | 221.12 | 25.22 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 39 | 0.11 | 0 | 0.85 | 0.00 | 67.81 | 0.99 | 0.57 |
| Hex | E2 | FE | 27 | B | 0 | 55 | 0 | 44 | 63 | 39 |
| Octal | 342 | 376 | 47 | 13 | 0 | 125 | 0 | 104 | 143 | 71 |
| Binary | 11100010 | 11111110 | 100111 | 1011 | 0 | 1010101 | 0 | 1000100 | 1100011 | 111001 |
Color Harmonies of #E2FE27
Complementary color
Monochromatic Colors of #E2FE27
Black with #E2FE27
Text Example
Text Example
White with #E2FE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE27; }
p { color: rgb(226,254,39); }
H1.HeaderClassName
{
color: #E2FE27;
}
.AnyTagClassName
{
color: #E2FE27;
}
</style>
background-color css
<style>
a { background-color: #E2FE27; }
a { background-color: rgb(226,254,39); }
div.DivClassName
{
background-color: #E2FE27;
}
.BgClassName
{
background-color: #E2FE27;
}
</style>
border-color css
<style>
span { border-color: #E2FE27; }
span { border-color: rgb(226,254,39); }
td.TdClassName
{
border-color: #E2FE27;
}
.TagClassName
{
border-color: #E2FE27;
}
</style>