Shades of Pear #E2FA27
Tints of Pear #E2FA27
RGB
CMYK
RGB Variations
Color information
#E2FA27 (or 0xE2FA27) is known color: Pear. HEX triplet: E2, FA and 27. RGB value is (226,250,39). Sum of RGB (Red+Green+Blue) = 226+250+39=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 39 (15.62% from 255 or 7.57% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA27 is #1D05D8. Grayscale: #DBDBDB. Windows color (decimal): -1902041 or 2620130. OLE color: 2620130.
HSL color Cylindrical-coordinate representation of color #E2FA27: hue angle of 66.82º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2FA27 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 39 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.02 |
| HSL | 66.82º | 0.95% | 0.57% | - |
| HSV(B) | 66.82º | 0.84% | 0.98% | - |
| XYZ | 65.92 | 84.69 | 14.79 | - |
| YUV | 218.77 | 26.55 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 39 | 0.10 | 0 | 0.84 | 0.02 | 66.82 | 0.95 | 0.57 |
| Hex | E2 | FA | 27 | A | 0 | 54 | 2 | 43 | 5F | 39 |
| Octal | 342 | 372 | 47 | 12 | 0 | 124 | 2 | 103 | 137 | 71 |
| Binary | 11100010 | 11111010 | 100111 | 1010 | 0 | 1010100 | 10 | 1000011 | 1011111 | 111001 |
Color Harmonies of #E2FA27
Complementary color
Monochromatic Colors of #E2FA27
Black with #E2FA27
Text Example
Text Example
White with #E2FA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA27; }
p { color: rgb(226,250,39); }
H1.HeaderClassName
{
color: #E2FA27;
}
.AnyTagClassName
{
color: #E2FA27;
}
</style>
background-color css
<style>
a { background-color: #E2FA27; }
a { background-color: rgb(226,250,39); }
div.DivClassName
{
background-color: #E2FA27;
}
.BgClassName
{
background-color: #E2FA27;
}
</style>
border-color css
<style>
span { border-color: #E2FA27; }
span { border-color: rgb(226,250,39); }
td.TdClassName
{
border-color: #E2FA27;
}
.TagClassName
{
border-color: #E2FA27;
}
</style>