Shades of Pear #E2FD32
Tints of Pear #E2FD32
RGB
CMYK
RGB Variations
Color information
#E2FD32 (or 0xE2FD32) is known color: Pear. HEX triplet: E2, FD and 32. RGB value is (226,253,50). Sum of RGB (Red+Green+Blue) = 226+253+50=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FD32 is #1D02CD. Grayscale: #DEDEDE. Windows color (decimal): -1901262 or 3341794. OLE color: 3341794.
HSL color Cylindrical-coordinate representation of color #E2FD32: hue angle of 67.98º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2FD32 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 50 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.01 |
| HSL | 67.98º | 0.98% | 0.59% | - |
| HSV(B) | 67.98º | 0.8% | 0.99% | - |
| XYZ | 67.07 | 86.65 | 16.21 | - |
| YUV | 221.79 | 31.05 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 50 | 0.11 | 0 | 0.80 | 0.01 | 67.98 | 0.98 | 0.59 |
| Hex | E2 | FD | 32 | B | 0 | 50 | 1 | 44 | 62 | 3B |
| Octal | 342 | 375 | 62 | 13 | 0 | 120 | 1 | 104 | 142 | 73 |
| Binary | 11100010 | 11111101 | 110010 | 1011 | 0 | 1010000 | 1 | 1000100 | 1100010 | 111011 |
Color Harmonies of #E2FD32
Complementary color
Monochromatic Colors of #E2FD32
Black with #E2FD32
Text Example
Text Example
White with #E2FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FD32; }
p { color: rgb(226,253,50); }
H1.HeaderClassName
{
color: #E2FD32;
}
.AnyTagClassName
{
color: #E2FD32;
}
</style>
background-color css
<style>
a { background-color: #E2FD32; }
a { background-color: rgb(226,253,50); }
div.DivClassName
{
background-color: #E2FD32;
}
.BgClassName
{
background-color: #E2FD32;
}
</style>
border-color css
<style>
span { border-color: #E2FD32; }
span { border-color: rgb(226,253,50); }
td.TdClassName
{
border-color: #E2FD32;
}
.TagClassName
{
border-color: #E2FD32;
}
</style>