Shades of Pear #E2FB40
Tints of Pear #E2FB40
RGB
CMYK
RGB Variations
Color information
#E2FB40 (or 0xE2FB40) is known color: Pear. HEX triplet: E2, FB and 40. RGB value is (226,251,64). Sum of RGB (Red+Green+Blue) = 226+251+64=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 64 (25.39% from 255 or 11.83% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FB40 is #1D04BF. Grayscale: #DEDEDE. Windows color (decimal): -1901760 or 4258786. OLE color: 4258786.
HSL color Cylindrical-coordinate representation of color #E2FB40: hue angle of 68.02º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2FB40 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 64 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.02 |
| HSL | 68.02º | 0.96% | 0.62% | - |
| HSV(B) | 68.02º | 0.75% | 0.98% | - |
| XYZ | 66.79 | 85.53 | 17.84 | - |
| YUV | 222.21 | 38.72 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 64 | 0.10 | 0 | 0.75 | 0.02 | 68.02 | 0.96 | 0.62 |
| Hex | E2 | FB | 40 | A | 0 | 4B | 2 | 44 | 60 | 3E |
| Octal | 342 | 373 | 100 | 12 | 0 | 113 | 2 | 104 | 140 | 76 |
| Binary | 11100010 | 11111011 | 1000000 | 1010 | 0 | 1001011 | 10 | 1000100 | 1100000 | 111110 |
Color Harmonies of #E2FB40
Complementary color
Monochromatic Colors of #E2FB40
Black with #E2FB40
Text Example
Text Example
White with #E2FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB40; }
p { color: rgb(226,251,64); }
H1.HeaderClassName
{
color: #E2FB40;
}
.AnyTagClassName
{
color: #E2FB40;
}
</style>
background-color css
<style>
a { background-color: #E2FB40; }
a { background-color: rgb(226,251,64); }
div.DivClassName
{
background-color: #E2FB40;
}
.BgClassName
{
background-color: #E2FB40;
}
</style>
border-color css
<style>
span { border-color: #E2FB40; }
span { border-color: rgb(226,251,64); }
td.TdClassName
{
border-color: #E2FB40;
}
.TagClassName
{
border-color: #E2FB40;
}
</style>