Shades of Pear #E2F127
Tints of Pear #E2F127
RGB
CMYK
RGB Variations
Color information
#E2F127 (or 0xE2F127) is known color: Pear. HEX triplet: E2, F1 and 27. RGB value is (226,241,39). Sum of RGB (Red+Green+Blue) = 226+241+39=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 39 (15.62% from 255 or 7.71% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F127 is #1D0ED8. Grayscale: #D6D6D6. Windows color (decimal): -1904345 or 2617826. OLE color: 2617826.
HSL color Cylindrical-coordinate representation of color #E2F127: hue angle of 64.46º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2F127 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 39 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.05 |
| HSL | 64.46º | 0.88% | 0.55% | - |
| HSV(B) | 64.46º | 0.84% | 0.95% | - |
| XYZ | 63.19 | 79.23 | 13.88 | - |
| YUV | 213.49 | 29.53 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 39 | 0.06 | 0 | 0.84 | 0.05 | 64.46 | 0.88 | 0.55 |
| Hex | E2 | F1 | 27 | 6 | 0 | 54 | 5 | 40 | 58 | 37 |
| Octal | 342 | 361 | 47 | 6 | 0 | 124 | 5 | 100 | 130 | 67 |
| Binary | 11100010 | 11110001 | 100111 | 110 | 0 | 1010100 | 101 | 1000000 | 1011000 | 110111 |
Color Harmonies of #E2F127
Complementary color
Monochromatic Colors of #E2F127
Black with #E2F127
Text Example
Text Example
White with #E2F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F127; }
p { color: rgb(226,241,39); }
H1.HeaderClassName
{
color: #E2F127;
}
.AnyTagClassName
{
color: #E2F127;
}
</style>
background-color css
<style>
a { background-color: #E2F127; }
a { background-color: rgb(226,241,39); }
div.DivClassName
{
background-color: #E2F127;
}
.BgClassName
{
background-color: #E2F127;
}
</style>
border-color css
<style>
span { border-color: #E2F127; }
span { border-color: rgb(226,241,39); }
td.TdClassName
{
border-color: #E2F127;
}
.TagClassName
{
border-color: #E2F127;
}
</style>