Shades of Pear #E2FE26
Tints of Pear #E2FE26
RGB
CMYK
RGB Variations
Color information
#E2FE26 (or 0xE2FE26) is known color: Pear. HEX triplet: E2, FE and 26. RGB value is (226,254,38). Sum of RGB (Red+Green+Blue) = 226+254+38=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 38 (15.23% from 255 or 7.34% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE26 is #1D01D9. Grayscale: #DDDDDD. Windows color (decimal): -1901018 or 2555618. OLE color: 2555618.
HSL color Cylindrical-coordinate representation of color #E2FE26: hue angle of 67.78º 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 #E2FE26 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 38 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.00 |
| HSL | 67.78º | 0.99% | 0.57% | - |
| HSV(B) | 67.78º | 0.85% | 1% | - |
| XYZ | 67.16 | 87.19 | 15.12 | - |
| YUV | 221 | 24.72 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 38 | 0.11 | 0 | 0.85 | 0.00 | 67.78 | 0.99 | 0.57 |
| Hex | E2 | FE | 26 | B | 0 | 55 | 0 | 44 | 63 | 39 |
| Octal | 342 | 376 | 46 | 13 | 0 | 125 | 0 | 104 | 143 | 71 |
| Binary | 11100010 | 11111110 | 100110 | 1011 | 0 | 1010101 | 0 | 1000100 | 1100011 | 111001 |
Color Harmonies of #E2FE26
Complementary color
Monochromatic Colors of #E2FE26
Black with #E2FE26
Text Example
Text Example
White with #E2FE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE26; }
p { color: rgb(226,254,38); }
H1.HeaderClassName
{
color: #E2FE26;
}
.AnyTagClassName
{
color: #E2FE26;
}
</style>
background-color css
<style>
a { background-color: #E2FE26; }
a { background-color: rgb(226,254,38); }
div.DivClassName
{
background-color: #E2FE26;
}
.BgClassName
{
background-color: #E2FE26;
}
</style>
border-color css
<style>
span { border-color: #E2FE26; }
span { border-color: rgb(226,254,38); }
td.TdClassName
{
border-color: #E2FE26;
}
.TagClassName
{
border-color: #E2FE26;
}
</style>