Shades of Pear #E2F434
Tints of Pear #E2F434
RGB
CMYK
RGB Variations
Color information
#E2F434 (or 0xE2F434) is known color: Pear. HEX triplet: E2, F4 and 34. RGB value is (226,244,52). Sum of RGB (Red+Green+Blue) = 226+244+52=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 52 (20.70% from 255 or 9.96% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F434 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F434 is #1D0BCB. Grayscale: #D9D9D9. Windows color (decimal): -1903564 or 3470562. OLE color: 3470562.
HSL color Cylindrical-coordinate representation of color #E2F434: hue angle of 65.62º 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 #E2F434 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 52 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.04 |
| HSL | 65.63º | 0.9% | 0.58% | - |
| HSV(B) | 65.63º | 0.79% | 0.96% | - |
| XYZ | 64.33 | 81.12 | 15.52 | - |
| YUV | 216.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 52 | 0.07 | 0 | 0.79 | 0.04 | 65.63 | 0.9 | 0.58 |
| Hex | E2 | F4 | 34 | 7 | 0 | 4F | 4 | 42 | 5A | 3A |
| Octal | 342 | 364 | 64 | 7 | 0 | 117 | 4 | 102 | 132 | 72 |
| Binary | 11100010 | 11110100 | 110100 | 111 | 0 | 1001111 | 100 | 1000010 | 1011010 | 111010 |
Color Harmonies of #E2F434
Complementary color
Monochromatic Colors of #E2F434
Black with #E2F434
Text Example
Text Example
White with #E2F434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F434; }
p { color: rgb(226,244,52); }
H1.HeaderClassName
{
color: #E2F434;
}
.AnyTagClassName
{
color: #E2F434;
}
</style>
background-color css
<style>
a { background-color: #E2F434; }
a { background-color: rgb(226,244,52); }
div.DivClassName
{
background-color: #E2F434;
}
.BgClassName
{
background-color: #E2F434;
}
</style>
border-color css
<style>
span { border-color: #E2F434; }
span { border-color: rgb(226,244,52); }
td.TdClassName
{
border-color: #E2F434;
}
.TagClassName
{
border-color: #E2F434;
}
</style>