Shades of Pear #E2FA29
Tints of Pear #E2FA29
RGB
CMYK
RGB Variations
Color information
#E2FA29 (or 0xE2FA29) is known color: Pear. HEX triplet: E2, FA and 29. RGB value is (226,250,41). Sum of RGB (Red+Green+Blue) = 226+250+41=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 41 (16.41% from 255 or 7.93% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA29 is #1D05D6. Grayscale: #DBDBDB. Windows color (decimal): -1902039 or 2751202. OLE color: 2751202.
HSL color Cylindrical-coordinate representation of color #E2FA29: hue angle of 66.89º 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 #E2FA29 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 41 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.02 |
| HSL | 66.89º | 0.95% | 0.57% | - |
| HSV(B) | 66.89º | 0.84% | 0.98% | - |
| XYZ | 65.95 | 84.7 | 14.97 | - |
| YUV | 219 | 27.55 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 41 | 0.10 | 0 | 0.84 | 0.02 | 66.89 | 0.95 | 0.57 |
| Hex | E2 | FA | 29 | A | 0 | 54 | 2 | 43 | 5F | 39 |
| Octal | 342 | 372 | 51 | 12 | 0 | 124 | 2 | 103 | 137 | 71 |
| Binary | 11100010 | 11111010 | 101001 | 1010 | 0 | 1010100 | 10 | 1000011 | 1011111 | 111001 |
Color Harmonies of #E2FA29
Complementary color
Monochromatic Colors of #E2FA29
Black with #E2FA29
Text Example
Text Example
White with #E2FA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA29; }
p { color: rgb(226,250,41); }
H1.HeaderClassName
{
color: #E2FA29;
}
.AnyTagClassName
{
color: #E2FA29;
}
</style>
background-color css
<style>
a { background-color: #E2FA29; }
a { background-color: rgb(226,250,41); }
div.DivClassName
{
background-color: #E2FA29;
}
.BgClassName
{
background-color: #E2FA29;
}
</style>
border-color css
<style>
span { border-color: #E2FA29; }
span { border-color: rgb(226,250,41); }
td.TdClassName
{
border-color: #E2FA29;
}
.TagClassName
{
border-color: #E2FA29;
}
</style>