Shades of Pear #E2FF26
Tints of Pear #E2FF26
RGB
CMYK
RGB Variations
Color information
#E2FF26 (or 0xE2FF26) is known color: Pear. HEX triplet: E2, FF and 26. RGB value is (226,255,38). Sum of RGB (Red+Green+Blue) = 226+255+38=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 38 (15.23% from 255 or 7.32% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FF26 is #1D00D9. Grayscale: #DEDEDE. Windows color (decimal): -1900762 or 2555874. OLE color: 2555874.
HSL color Cylindrical-coordinate representation of color #E2FF26: hue angle of 68.02º 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 #E2FF26 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 38 | - |
| CMYK | 0.11 | 0 | 0.85 | 0 |
| HSL | 68.02º | 1% | 0.57% | - |
| HSV(B) | 68.02º | 0.85% | 1% | - |
| XYZ | 67.47 | 87.83 | 15.23 | - |
| YUV | 221.59 | 24.39 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 38 | 0.11 | 0 | 0.85 | 0 | 68.02 | 1 | 0.57 |
| Hex | E2 | FF | 26 | B | 0 | 55 | 0 | 44 | 64 | 39 |
| Octal | 342 | 377 | 46 | 13 | 0 | 125 | 0 | 104 | 144 | 71 |
| Binary | 11100010 | 11111111 | 100110 | 1011 | 0 | 1010101 | 0 | 1000100 | 1100100 | 111001 |
Color Harmonies of #E2FF26
Complementary color
Monochromatic Colors of #E2FF26
Black with #E2FF26
Text Example
Text Example
White with #E2FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF26; }
p { color: rgb(226,255,38); }
H1.HeaderClassName
{
color: #E2FF26;
}
.AnyTagClassName
{
color: #E2FF26;
}
</style>
background-color css
<style>
a { background-color: #E2FF26; }
a { background-color: rgb(226,255,38); }
div.DivClassName
{
background-color: #E2FF26;
}
.BgClassName
{
background-color: #E2FF26;
}
</style>
border-color css
<style>
span { border-color: #E2FF26; }
span { border-color: rgb(226,255,38); }
td.TdClassName
{
border-color: #E2FF26;
}
.TagClassName
{
border-color: #E2FF26;
}
</style>