Shades of Pear #E1F941
Tints of Pear #E1F941
RGB
CMYK
RGB Variations
Color information
#E1F941 (or 0xE1F941) is known color: Pear. HEX triplet: E1, F9 and 41. RGB value is (225,249,65). Sum of RGB (Red+Green+Blue) = 225+249+65=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 65 (25.78% from 255 or 12.06% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F941 is #1E06BE. Grayscale: #DDDDDD. Windows color (decimal): -1967807 or 4323809. OLE color: 4323809.
HSL color Cylindrical-coordinate representation of color #E1F941: hue angle of 67.83º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1F941 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 249 | 65 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.02 |
| HSL | 67.83º | 0.94% | 0.62% | - |
| HSV(B) | 67.83º | 0.74% | 0.98% | - |
| XYZ | 65.88 | 84.14 | 17.77 | - |
| YUV | 220.85 | 40.05 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 249 | 65 | 0.10 | 0 | 0.74 | 0.02 | 67.83 | 0.94 | 0.62 |
| Hex | E1 | F9 | 41 | A | 0 | 4A | 2 | 44 | 5E | 3E |
| Octal | 341 | 371 | 101 | 12 | 0 | 112 | 2 | 104 | 136 | 76 |
| Binary | 11100001 | 11111001 | 1000001 | 1010 | 0 | 1001010 | 10 | 1000100 | 1011110 | 111110 |
Color Harmonies of #E1F941
Complementary color
Monochromatic Colors of #E1F941
Black with #E1F941
Text Example
Text Example
White with #E1F941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F941; }
p { color: rgb(225,249,65); }
H1.HeaderClassName
{
color: #E1F941;
}
.AnyTagClassName
{
color: #E1F941;
}
</style>
background-color css
<style>
a { background-color: #E1F941; }
a { background-color: rgb(225,249,65); }
div.DivClassName
{
background-color: #E1F941;
}
.BgClassName
{
background-color: #E1F941;
}
</style>
border-color css
<style>
span { border-color: #E1F941; }
span { border-color: rgb(225,249,65); }
td.TdClassName
{
border-color: #E1F941;
}
.TagClassName
{
border-color: #E1F941;
}
</style>