Shades of Pear #E5FB28
Tints of Pear #E5FB28
RGB
CMYK
RGB Variations
Color information
#E5FB28 (or 0xE5FB28) is known color: Pear. HEX triplet: E5, FB and 28. RGB value is (229,251,40). Sum of RGB (Red+Green+Blue) = 229+251+40=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FB28 is #1A04D7. Grayscale: #DDDDDD. Windows color (decimal): -1705176 or 2685925. OLE color: 2685925.
HSL color Cylindrical-coordinate representation of color #E5FB28: hue angle of 66.26º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5FB28 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 251 | 40 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.02 |
| HSL | 66.26º | 0.96% | 0.57% | - |
| HSV(B) | 66.26º | 0.84% | 0.98% | - |
| XYZ | 67.19 | 85.81 | 15.03 | - |
| YUV | 220.37 | 26.21 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 251 | 40 | 0.09 | 0 | 0.84 | 0.02 | 66.26 | 0.96 | 0.57 |
| Hex | E5 | FB | 28 | 9 | 0 | 54 | 2 | 42 | 60 | 39 |
| Octal | 345 | 373 | 50 | 11 | 0 | 124 | 2 | 102 | 140 | 71 |
| Binary | 11100101 | 11111011 | 101000 | 1001 | 0 | 1010100 | 10 | 1000010 | 1100000 | 111001 |
Color Harmonies of #E5FB28
Complementary color
Monochromatic Colors of #E5FB28
Black with #E5FB28
Text Example
Text Example
White with #E5FB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FB28; }
p { color: rgb(229,251,40); }
H1.HeaderClassName
{
color: #E5FB28;
}
.AnyTagClassName
{
color: #E5FB28;
}
</style>
background-color css
<style>
a { background-color: #E5FB28; }
a { background-color: rgb(229,251,40); }
div.DivClassName
{
background-color: #E5FB28;
}
.BgClassName
{
background-color: #E5FB28;
}
</style>
border-color css
<style>
span { border-color: #E5FB28; }
span { border-color: rgb(229,251,40); }
td.TdClassName
{
border-color: #E5FB28;
}
.TagClassName
{
border-color: #E5FB28;
}
</style>