Shades of Pear #E2FE38
Tints of Pear #E2FE38
RGB
CMYK
RGB Variations
Color information
#E2FE38 (or 0xE2FE38) is known color: Pear. HEX triplet: E2, FE and 38. RGB value is (226,254,56). Sum of RGB (Red+Green+Blue) = 226+254+56=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 56 (22.27% from 255 or 10.45% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE38 is #1D01C7. Grayscale: #DFDFDF. Windows color (decimal): -1901000 or 3735266. OLE color: 3735266.
HSL color Cylindrical-coordinate representation of color #E2FE38: hue angle of 68.48º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2FE38 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 56 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.00 |
| HSL | 68.48º | 0.99% | 0.61% | - |
| HSV(B) | 68.48º | 0.78% | 1% | - |
| XYZ | 67.52 | 87.34 | 17.04 | - |
| YUV | 223.06 | 33.72 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 56 | 0.11 | 0 | 0.78 | 0.00 | 68.48 | 0.99 | 0.61 |
| Hex | E2 | FE | 38 | B | 0 | 4E | 0 | 44 | 63 | 3D |
| Octal | 342 | 376 | 70 | 13 | 0 | 116 | 0 | 104 | 143 | 75 |
| Binary | 11100010 | 11111110 | 111000 | 1011 | 0 | 1001110 | 0 | 1000100 | 1100011 | 111101 |
Color Harmonies of #E2FE38
Complementary color
Monochromatic Colors of #E2FE38
Black with #E2FE38
Text Example
Text Example
White with #E2FE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE38; }
p { color: rgb(226,254,56); }
H1.HeaderClassName
{
color: #E2FE38;
}
.AnyTagClassName
{
color: #E2FE38;
}
</style>
background-color css
<style>
a { background-color: #E2FE38; }
a { background-color: rgb(226,254,56); }
div.DivClassName
{
background-color: #E2FE38;
}
.BgClassName
{
background-color: #E2FE38;
}
</style>
border-color css
<style>
span { border-color: #E2FE38; }
span { border-color: rgb(226,254,56); }
td.TdClassName
{
border-color: #E2FE38;
}
.TagClassName
{
border-color: #E2FE38;
}
</style>