Shades of Pear #E2FF28
Tints of Pear #E2FF28
RGB
CMYK
RGB Variations
Color information
#E2FF28 (or 0xE2FF28) is known color: Pear. HEX triplet: E2, FF and 28. RGB value is (226,255,40). Sum of RGB (Red+Green+Blue) = 226+255+40=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 40 (16.02% from 255 or 7.68% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FF28 is #1D00D7. Grayscale: #DEDEDE. Windows color (decimal): -1900760 or 2686946. OLE color: 2686946.
HSL color Cylindrical-coordinate representation of color #E2FF28: hue angle of 68.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2FF28 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 40 | - |
| CMYK | 0.11 | 0 | 0.84 | 0 |
| HSL | 68.09º | 1% | 0.58% | - |
| HSV(B) | 68.09º | 0.84% | 1% | - |
| XYZ | 67.51 | 87.84 | 15.4 | - |
| YUV | 221.82 | 25.39 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 40 | 0.11 | 0 | 0.84 | 0 | 68.09 | 1 | 0.58 |
| Hex | E2 | FF | 28 | B | 0 | 54 | 0 | 44 | 64 | 3A |
| Octal | 342 | 377 | 50 | 13 | 0 | 124 | 0 | 104 | 144 | 72 |
| Binary | 11100010 | 11111111 | 101000 | 1011 | 0 | 1010100 | 0 | 1000100 | 1100100 | 111010 |
Color Harmonies of #E2FF28
Complementary color
Monochromatic Colors of #E2FF28
Black with #E2FF28
Text Example
Text Example
White with #E2FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF28; }
p { color: rgb(226,255,40); }
H1.HeaderClassName
{
color: #E2FF28;
}
.AnyTagClassName
{
color: #E2FF28;
}
</style>
background-color css
<style>
a { background-color: #E2FF28; }
a { background-color: rgb(226,255,40); }
div.DivClassName
{
background-color: #E2FF28;
}
.BgClassName
{
background-color: #E2FF28;
}
</style>
border-color css
<style>
span { border-color: #E2FF28; }
span { border-color: rgb(226,255,40); }
td.TdClassName
{
border-color: #E2FF28;
}
.TagClassName
{
border-color: #E2FF28;
}
</style>