Shades of Pear #E1F129
Tints of Pear #E1F129
RGB
CMYK
RGB Variations
Color information
#E1F129 (or 0xE1F129) is known color: Pear. HEX triplet: E1, F1 and 29. RGB value is (225,241,41). Sum of RGB (Red+Green+Blue) = 225+241+41=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F129 is #1E0ED6. Grayscale: #D6D6D6. Windows color (decimal): -1969879 or 2748897. OLE color: 2748897.
HSL color Cylindrical-coordinate representation of color #E1F129: hue angle of 64.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1F129 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 41 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.05 |
| HSL | 64.8º | 0.88% | 0.55% | - |
| HSV(B) | 64.8º | 0.83% | 0.95% | - |
| XYZ | 62.91 | 79.08 | 14.05 | - |
| YUV | 213.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 41 | 0.07 | 0 | 0.83 | 0.05 | 64.8 | 0.88 | 0.55 |
| Hex | E1 | F1 | 29 | 7 | 0 | 53 | 5 | 41 | 58 | 37 |
| Octal | 341 | 361 | 51 | 7 | 0 | 123 | 5 | 101 | 130 | 67 |
| Binary | 11100001 | 11110001 | 101001 | 111 | 0 | 1010011 | 101 | 1000001 | 1011000 | 110111 |
Color Harmonies of #E1F129
Complementary color
Monochromatic Colors of #E1F129
Black with #E1F129
Text Example
Text Example
White with #E1F129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F129; }
p { color: rgb(225,241,41); }
H1.HeaderClassName
{
color: #E1F129;
}
.AnyTagClassName
{
color: #E1F129;
}
</style>
background-color css
<style>
a { background-color: #E1F129; }
a { background-color: rgb(225,241,41); }
div.DivClassName
{
background-color: #E1F129;
}
.BgClassName
{
background-color: #E1F129;
}
</style>
border-color css
<style>
span { border-color: #E1F129; }
span { border-color: rgb(225,241,41); }
td.TdClassName
{
border-color: #E1F129;
}
.TagClassName
{
border-color: #E1F129;
}
</style>