Shades of Pear #E2F929
Tints of Pear #E2F929
RGB
CMYK
RGB Variations
Color information
#E2F929 (or 0xE2F929) is known color: Pear. HEX triplet: E2, F9 and 29. RGB value is (226,249,41). Sum of RGB (Red+Green+Blue) = 226+249+41=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 41 (16.41% from 255 or 7.95% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F929 is #1D06D6. Grayscale: #DBDBDB. Windows color (decimal): -1902295 or 2750946. OLE color: 2750946.
HSL color Cylindrical-coordinate representation of color #E2F929: hue angle of 66.63º 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 #E2F929 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 41 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.02 |
| HSL | 66.63º | 0.95% | 0.57% | - |
| HSV(B) | 66.63º | 0.84% | 0.98% | - |
| XYZ | 65.64 | 84.08 | 14.87 | - |
| YUV | 218.41 | 27.88 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 41 | 0.09 | 0 | 0.84 | 0.02 | 66.63 | 0.95 | 0.57 |
| Hex | E2 | F9 | 29 | 9 | 0 | 54 | 2 | 43 | 5F | 39 |
| Octal | 342 | 371 | 51 | 11 | 0 | 124 | 2 | 103 | 137 | 71 |
| Binary | 11100010 | 11111001 | 101001 | 1001 | 0 | 1010100 | 10 | 1000011 | 1011111 | 111001 |
Color Harmonies of #E2F929
Complementary color
Monochromatic Colors of #E2F929
Black with #E2F929
Text Example
Text Example
White with #E2F929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F929; }
p { color: rgb(226,249,41); }
H1.HeaderClassName
{
color: #E2F929;
}
.AnyTagClassName
{
color: #E2F929;
}
</style>
background-color css
<style>
a { background-color: #E2F929; }
a { background-color: rgb(226,249,41); }
div.DivClassName
{
background-color: #E2F929;
}
.BgClassName
{
background-color: #E2F929;
}
</style>
border-color css
<style>
span { border-color: #E2F929; }
span { border-color: rgb(226,249,41); }
td.TdClassName
{
border-color: #E2F929;
}
.TagClassName
{
border-color: #E2F929;
}
</style>