Shades of Pear #E2F433
Tints of Pear #E2F433
RGB
CMYK
RGB Variations
Color information
#E2F433 (or 0xE2F433) is known color: Pear. HEX triplet: E2, F4 and 33. RGB value is (226,244,51). Sum of RGB (Red+Green+Blue) = 226+244+51=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 51 (20.31% from 255 or 9.79% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F433 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F433 is #1D0BCC. Grayscale: #D9D9D9. Windows color (decimal): -1903565 or 3405026. OLE color: 3405026.
HSL color Cylindrical-coordinate representation of color #E2F433: hue angle of 65.6º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2F433 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 51 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.04 |
| HSL | 65.6º | 0.9% | 0.58% | - |
| HSV(B) | 65.6º | 0.79% | 0.96% | - |
| XYZ | 64.31 | 81.11 | 15.4 | - |
| YUV | 216.62 | 34.54 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 51 | 0.07 | 0 | 0.79 | 0.04 | 65.6 | 0.9 | 0.58 |
| Hex | E2 | F4 | 33 | 7 | 0 | 4F | 4 | 42 | 5A | 3A |
| Octal | 342 | 364 | 63 | 7 | 0 | 117 | 4 | 102 | 132 | 72 |
| Binary | 11100010 | 11110100 | 110011 | 111 | 0 | 1001111 | 100 | 1000010 | 1011010 | 111010 |
Color Harmonies of #E2F433
Complementary color
Monochromatic Colors of #E2F433
Black with #E2F433
Text Example
Text Example
White with #E2F433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F433; }
p { color: rgb(226,244,51); }
H1.HeaderClassName
{
color: #E2F433;
}
.AnyTagClassName
{
color: #E2F433;
}
</style>
background-color css
<style>
a { background-color: #E2F433; }
a { background-color: rgb(226,244,51); }
div.DivClassName
{
background-color: #E2F433;
}
.BgClassName
{
background-color: #E2F433;
}
</style>
border-color css
<style>
span { border-color: #E2F433; }
span { border-color: rgb(226,244,51); }
td.TdClassName
{
border-color: #E2F433;
}
.TagClassName
{
border-color: #E2F433;
}
</style>