Shades of Pear #E2FE3D
Tints of Pear #E2FE3D
RGB
CMYK
RGB Variations
Color information
#E2FE3D (or 0xE2FE3D) is known color: Pear. HEX triplet: E2, FE and 3D. RGB value is (226,254,61). Sum of RGB (Red+Green+Blue) = 226+254+61=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 61 (24.22% from 255 or 11.28% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FE3D is #1D01C2. Grayscale: #E0E0E0. Windows color (decimal): -1900995 or 4062946. OLE color: 4062946.
HSL color Cylindrical-coordinate representation of color #E2FE3D: hue angle of 68.7º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2FE3D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 254 | 61 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.00 |
| HSL | 68.7º | 0.99% | 0.62% | - |
| HSV(B) | 68.7º | 0.76% | 1% | - |
| XYZ | 67.65 | 87.39 | 17.72 | - |
| YUV | 223.63 | 36.22 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 254 | 61 | 0.11 | 0 | 0.76 | 0.00 | 68.7 | 0.99 | 0.62 |
| Hex | E2 | FE | 3D | B | 0 | 4C | 0 | 45 | 63 | 3E |
| Octal | 342 | 376 | 75 | 13 | 0 | 114 | 0 | 105 | 143 | 76 |
| Binary | 11100010 | 11111110 | 111101 | 1011 | 0 | 1001100 | 0 | 1000101 | 1100011 | 111110 |
Color Harmonies of #E2FE3D
Complementary color
Monochromatic Colors of #E2FE3D
Black with #E2FE3D
Text Example
Text Example
White with #E2FE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FE3D; }
p { color: rgb(226,254,61); }
H1.HeaderClassName
{
color: #E2FE3D;
}
.AnyTagClassName
{
color: #E2FE3D;
}
</style>
background-color css
<style>
a { background-color: #E2FE3D; }
a { background-color: rgb(226,254,61); }
div.DivClassName
{
background-color: #E2FE3D;
}
.BgClassName
{
background-color: #E2FE3D;
}
</style>
border-color css
<style>
span { border-color: #E2FE3D; }
span { border-color: rgb(226,254,61); }
td.TdClassName
{
border-color: #E2FE3D;
}
.TagClassName
{
border-color: #E2FE3D;
}
</style>