Shades of Pear #E2F827
Tints of Pear #E2F827
RGB
CMYK
RGB Variations
Color information
#E2F827 (or 0xE2F827) is known color: Pear. HEX triplet: E2, F8 and 27. RGB value is (226,248,39). Sum of RGB (Red+Green+Blue) = 226+248+39=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 39 (15.62% from 255 or 7.60% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F827 is #1D07D8. Grayscale: #DADADA. Windows color (decimal): -1902553 or 2619618. OLE color: 2619618.
HSL color Cylindrical-coordinate representation of color #E2F827: hue angle of 66.32º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2F827 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 248 | 39 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.03 |
| HSL | 66.32º | 0.94% | 0.56% | - |
| HSV(B) | 66.32º | 0.84% | 0.97% | - |
| XYZ | 65.3 | 83.45 | 14.59 | - |
| YUV | 217.6 | 27.21 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 39 | 0.09 | 0 | 0.84 | 0.03 | 66.32 | 0.94 | 0.56 |
| Hex | E2 | F8 | 27 | 9 | 0 | 54 | 3 | 42 | 5E | 38 |
| Octal | 342 | 370 | 47 | 11 | 0 | 124 | 3 | 102 | 136 | 70 |
| Binary | 11100010 | 11111000 | 100111 | 1001 | 0 | 1010100 | 11 | 1000010 | 1011110 | 111000 |
Color Harmonies of #E2F827
Complementary color
Monochromatic Colors of #E2F827
Black with #E2F827
Text Example
Text Example
White with #E2F827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F827; }
p { color: rgb(226,248,39); }
H1.HeaderClassName
{
color: #E2F827;
}
.AnyTagClassName
{
color: #E2F827;
}
</style>
background-color css
<style>
a { background-color: #E2F827; }
a { background-color: rgb(226,248,39); }
div.DivClassName
{
background-color: #E2F827;
}
.BgClassName
{
background-color: #E2F827;
}
</style>
border-color css
<style>
span { border-color: #E2F827; }
span { border-color: rgb(226,248,39); }
td.TdClassName
{
border-color: #E2F827;
}
.TagClassName
{
border-color: #E2F827;
}
</style>