Shades of Pear #E2F932
Tints of Pear #E2F932
RGB
CMYK
RGB Variations
Color information
#E2F932 (or 0xE2F932) is known color: Pear. HEX triplet: E2, F9 and 32. RGB value is (226,249,50). Sum of RGB (Red+Green+Blue) = 226+249+50=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F932 is #1D06CD. Grayscale: #DCDCDC. Windows color (decimal): -1902286 or 3340770. OLE color: 3340770.
HSL color Cylindrical-coordinate representation of color #E2F932: hue angle of 66.93º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2F932 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 50 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.02 |
| HSL | 66.93º | 0.94% | 0.59% | - |
| HSV(B) | 66.93º | 0.8% | 0.98% | - |
| XYZ | 65.82 | 84.15 | 15.79 | - |
| YUV | 219.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 50 | 0.09 | 0 | 0.80 | 0.02 | 66.93 | 0.94 | 0.59 |
| Hex | E2 | F9 | 32 | 9 | 0 | 50 | 2 | 43 | 5E | 3B |
| Octal | 342 | 371 | 62 | 11 | 0 | 120 | 2 | 103 | 136 | 73 |
| Binary | 11100010 | 11111001 | 110010 | 1001 | 0 | 1010000 | 10 | 1000011 | 1011110 | 111011 |
Color Harmonies of #E2F932
Complementary color
Monochromatic Colors of #E2F932
Black with #E2F932
Text Example
Text Example
White with #E2F932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F932; }
p { color: rgb(226,249,50); }
H1.HeaderClassName
{
color: #E2F932;
}
.AnyTagClassName
{
color: #E2F932;
}
</style>
background-color css
<style>
a { background-color: #E2F932; }
a { background-color: rgb(226,249,50); }
div.DivClassName
{
background-color: #E2F932;
}
.BgClassName
{
background-color: #E2F932;
}
</style>
border-color css
<style>
span { border-color: #E2F932; }
span { border-color: rgb(226,249,50); }
td.TdClassName
{
border-color: #E2F932;
}
.TagClassName
{
border-color: #E2F932;
}
</style>