Shades of Pear #E1F62D
Tints of Pear #E1F62D
RGB
CMYK
RGB Variations
Color information
#E1F62D (or 0xE1F62D) is known color: Pear. HEX triplet: E1, F6 and 2D. RGB value is (225,246,45). Sum of RGB (Red+Green+Blue) = 225+246+45=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F62D is #1E09D2. Grayscale: #D9D9D9. Windows color (decimal): -1968595 or 3012321. OLE color: 3012321.
HSL color Cylindrical-coordinate representation of color #E1F62D: hue angle of 66.27º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1F62D is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 246 | 45 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.04 |
| HSL | 66.27º | 0.92% | 0.57% | - |
| HSV(B) | 66.27º | 0.82% | 0.96% | - |
| XYZ | 64.48 | 82.11 | 14.93 | - |
| YUV | 216.81 | 31.04 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 45 | 0.09 | 0 | 0.82 | 0.04 | 66.27 | 0.92 | 0.57 |
| Hex | E1 | F6 | 2D | 9 | 0 | 52 | 4 | 42 | 5C | 39 |
| Octal | 341 | 366 | 55 | 11 | 0 | 122 | 4 | 102 | 134 | 71 |
| Binary | 11100001 | 11110110 | 101101 | 1001 | 0 | 1010010 | 100 | 1000010 | 1011100 | 111001 |
Color Harmonies of #E1F62D
Complementary color
Monochromatic Colors of #E1F62D
Black with #E1F62D
Text Example
Text Example
White with #E1F62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F62D; }
p { color: rgb(225,246,45); }
H1.HeaderClassName
{
color: #E1F62D;
}
.AnyTagClassName
{
color: #E1F62D;
}
</style>
background-color css
<style>
a { background-color: #E1F62D; }
a { background-color: rgb(225,246,45); }
div.DivClassName
{
background-color: #E1F62D;
}
.BgClassName
{
background-color: #E1F62D;
}
</style>
border-color css
<style>
span { border-color: #E1F62D; }
span { border-color: rgb(225,246,45); }
td.TdClassName
{
border-color: #E1F62D;
}
.TagClassName
{
border-color: #E1F62D;
}
</style>