Shades of Pear #E1F21D
Tints of Pear #E1F21D
RGB
CMYK
RGB Variations
Color information
#E1F21D (or 0xE1F21D) is known color: Pear. HEX triplet: E1, F2 and 1D. RGB value is (225,242,29). Sum of RGB (Red+Green+Blue) = 225+242+29=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F21D is #1E0DE2. Grayscale: #D5D5D5. Windows color (decimal): -1969635 or 1962721. OLE color: 1962721.
HSL color Cylindrical-coordinate representation of color #E1F21D: hue angle of 64.79º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1F21D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 29 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.05 |
| HSL | 64.79º | 0.89% | 0.53% | - |
| HSV(B) | 64.79º | 0.88% | 0.95% | - |
| XYZ | 63.03 | 79.6 | 13.21 | - |
| YUV | 212.64 | 24.37 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 29 | 0.07 | 0 | 0.88 | 0.05 | 64.79 | 0.89 | 0.53 |
| Hex | E1 | F2 | 1D | 7 | 0 | 58 | 5 | 41 | 59 | 35 |
| Octal | 341 | 362 | 35 | 7 | 0 | 130 | 5 | 101 | 131 | 65 |
| Binary | 11100001 | 11110010 | 11101 | 111 | 0 | 1011000 | 101 | 1000001 | 1011001 | 110101 |
Color Harmonies of #E1F21D
Complementary color
Monochromatic Colors of #E1F21D
Black with #E1F21D
Text Example
Text Example
White with #E1F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F21D; }
p { color: rgb(225,242,29); }
H1.HeaderClassName
{
color: #E1F21D;
}
.AnyTagClassName
{
color: #E1F21D;
}
</style>
background-color css
<style>
a { background-color: #E1F21D; }
a { background-color: rgb(225,242,29); }
div.DivClassName
{
background-color: #E1F21D;
}
.BgClassName
{
background-color: #E1F21D;
}
</style>
border-color css
<style>
span { border-color: #E1F21D; }
span { border-color: rgb(225,242,29); }
td.TdClassName
{
border-color: #E1F21D;
}
.TagClassName
{
border-color: #E1F21D;
}
</style>