Shades of Pear #E2FF34
Tints of Pear #E2FF34
RGB
CMYK
RGB Variations
Color information
#E2FF34 (or 0xE2FF34) is known color: Pear. HEX triplet: E2, FF and 34. RGB value is (226,255,52). Sum of RGB (Red+Green+Blue) = 226+255+52=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 52 (20.70% from 255 or 9.76% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FF34 is #1D00CB. Grayscale: #DFDFDF. Windows color (decimal): -1900748 or 3473378. OLE color: 3473378.
HSL color Cylindrical-coordinate representation of color #E2FF34: hue angle of 68.57º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2FF34 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 52 | - |
| CMYK | 0.11 | 0 | 0.80 | 0 |
| HSL | 68.57º | 1% | 0.6% | - |
| HSV(B) | 68.57º | 0.8% | 1% | - |
| XYZ | 67.74 | 87.94 | 16.65 | - |
| YUV | 223.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 52 | 0.11 | 0 | 0.80 | 0 | 68.57 | 1 | 0.6 |
| Hex | E2 | FF | 34 | B | 0 | 50 | 0 | 45 | 64 | 3C |
| Octal | 342 | 377 | 64 | 13 | 0 | 120 | 0 | 105 | 144 | 74 |
| Binary | 11100010 | 11111111 | 110100 | 1011 | 0 | 1010000 | 0 | 1000101 | 1100100 | 111100 |
Color Harmonies of #E2FF34
Complementary color
Monochromatic Colors of #E2FF34
Black with #E2FF34
Text Example
Text Example
White with #E2FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF34; }
p { color: rgb(226,255,52); }
H1.HeaderClassName
{
color: #E2FF34;
}
.AnyTagClassName
{
color: #E2FF34;
}
</style>
background-color css
<style>
a { background-color: #E2FF34; }
a { background-color: rgb(226,255,52); }
div.DivClassName
{
background-color: #E2FF34;
}
.BgClassName
{
background-color: #E2FF34;
}
</style>
border-color css
<style>
span { border-color: #E2FF34; }
span { border-color: rgb(226,255,52); }
td.TdClassName
{
border-color: #E2FF34;
}
.TagClassName
{
border-color: #E2FF34;
}
</style>