Shades of Pear #E2F834
Tints of Pear #E2F834
RGB
CMYK
RGB Variations
Color information
#E2F834 (or 0xE2F834) is known color: Pear. HEX triplet: E2, F8 and 34. RGB value is (226,248,52). Sum of RGB (Red+Green+Blue) = 226+248+52=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 52 (20.70% from 255 or 9.89% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F834 is #1D07CB. Grayscale: #DBDBDB. Windows color (decimal): -1902540 or 3471586. OLE color: 3471586.
HSL color Cylindrical-coordinate representation of color #E2F834: hue angle of 66.73º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2F834 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 248 | 52 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.03 |
| HSL | 66.73º | 0.93% | 0.59% | - |
| HSV(B) | 66.73º | 0.79% | 0.97% | - |
| XYZ | 65.55 | 83.55 | 15.92 | - |
| YUV | 219.08 | 33.71 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 52 | 0.09 | 0 | 0.79 | 0.03 | 66.73 | 0.93 | 0.59 |
| Hex | E2 | F8 | 34 | 9 | 0 | 4F | 3 | 43 | 5D | 3B |
| Octal | 342 | 370 | 64 | 11 | 0 | 117 | 3 | 103 | 135 | 73 |
| Binary | 11100010 | 11111000 | 110100 | 1001 | 0 | 1001111 | 11 | 1000011 | 1011101 | 111011 |
Color Harmonies of #E2F834
Complementary color
Monochromatic Colors of #E2F834
Black with #E2F834
Text Example
Text Example
White with #E2F834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F834; }
p { color: rgb(226,248,52); }
H1.HeaderClassName
{
color: #E2F834;
}
.AnyTagClassName
{
color: #E2F834;
}
</style>
background-color css
<style>
a { background-color: #E2F834; }
a { background-color: rgb(226,248,52); }
div.DivClassName
{
background-color: #E2F834;
}
.BgClassName
{
background-color: #E2F834;
}
</style>
border-color css
<style>
span { border-color: #E2F834; }
span { border-color: rgb(226,248,52); }
td.TdClassName
{
border-color: #E2F834;
}
.TagClassName
{
border-color: #E2F834;
}
</style>