Shades of Pear #E5FD32
Tints of Pear #E5FD32
RGB
CMYK
RGB Variations
Color information
#E5FD32 (or 0xE5FD32) is known color: Pear. HEX triplet: E5, FD and 32. RGB value is (229,253,50). Sum of RGB (Red+Green+Blue) = 229+253+50=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 50 (19.92% from 255 or 9.40% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FD32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FD32 is #1A02CD. Grayscale: #DFDFDF. Windows color (decimal): -1704654 or 3341797. OLE color: 3341797.
HSL color Cylindrical-coordinate representation of color #E5FD32: hue angle of 67.09º 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 #E5FD32 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 50 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.01 |
| HSL | 67.09º | 0.98% | 0.59% | - |
| HSV(B) | 67.09º | 0.8% | 0.99% | - |
| XYZ | 68.01 | 87.14 | 16.25 | - |
| YUV | 222.68 | 30.55 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 50 | 0.09 | 0 | 0.80 | 0.01 | 67.09 | 0.98 | 0.59 |
| Hex | E5 | FD | 32 | 9 | 0 | 50 | 1 | 43 | 62 | 3B |
| Octal | 345 | 375 | 62 | 11 | 0 | 120 | 1 | 103 | 142 | 73 |
| Binary | 11100101 | 11111101 | 110010 | 1001 | 0 | 1010000 | 1 | 1000011 | 1100010 | 111011 |
Color Harmonies of #E5FD32
Complementary color
Monochromatic Colors of #E5FD32
Black with #E5FD32
Text Example
Text Example
White with #E5FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FD32; }
p { color: rgb(229,253,50); }
H1.HeaderClassName
{
color: #E5FD32;
}
.AnyTagClassName
{
color: #E5FD32;
}
</style>
background-color css
<style>
a { background-color: #E5FD32; }
a { background-color: rgb(229,253,50); }
div.DivClassName
{
background-color: #E5FD32;
}
.BgClassName
{
background-color: #E5FD32;
}
</style>
border-color css
<style>
span { border-color: #E5FD32; }
span { border-color: rgb(229,253,50); }
td.TdClassName
{
border-color: #E5FD32;
}
.TagClassName
{
border-color: #E5FD32;
}
</style>