Shades of Pear #E2F322
Tints of Pear #E2F322
RGB
CMYK
RGB Variations
Color information
#E2F322 (or 0xE2F322) is known color: Pear. HEX triplet: E2, F3 and 22. RGB value is (226,243,34). Sum of RGB (Red+Green+Blue) = 226+243+34=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 34 (13.67% from 255 or 6.76% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F322 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F322 is #1D0CDD. Grayscale: #D6D6D6. Windows color (decimal): -1903838 or 2290658. OLE color: 2290658.
HSL color Cylindrical-coordinate representation of color #E2F322: hue angle of 64.88º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2F322 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 34 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.05 |
| HSL | 64.88º | 0.9% | 0.54% | - |
| HSV(B) | 64.88º | 0.86% | 0.95% | - |
| XYZ | 63.7 | 80.39 | 13.67 | - |
| YUV | 214.09 | 26.37 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 34 | 0.07 | 0 | 0.86 | 0.05 | 64.88 | 0.9 | 0.54 |
| Hex | E2 | F3 | 22 | 7 | 0 | 56 | 5 | 41 | 5A | 36 |
| Octal | 342 | 363 | 42 | 7 | 0 | 126 | 5 | 101 | 132 | 66 |
| Binary | 11100010 | 11110011 | 100010 | 111 | 0 | 1010110 | 101 | 1000001 | 1011010 | 110110 |
Color Harmonies of #E2F322
Complementary color
Monochromatic Colors of #E2F322
Black with #E2F322
Text Example
Text Example
White with #E2F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F322; }
p { color: rgb(226,243,34); }
H1.HeaderClassName
{
color: #E2F322;
}
.AnyTagClassName
{
color: #E2F322;
}
</style>
background-color css
<style>
a { background-color: #E2F322; }
a { background-color: rgb(226,243,34); }
div.DivClassName
{
background-color: #E2F322;
}
.BgClassName
{
background-color: #E2F322;
}
</style>
border-color css
<style>
span { border-color: #E2F322; }
span { border-color: rgb(226,243,34); }
td.TdClassName
{
border-color: #E2F322;
}
.TagClassName
{
border-color: #E2F322;
}
</style>