Shades of Pear #E1F73C
Tints of Pear #E1F73C
RGB
CMYK
RGB Variations
Color information
#E1F73C (or 0xE1F73C) is known color: Pear. HEX triplet: E1, F7 and 3C. RGB value is (225,247,60). Sum of RGB (Red+Green+Blue) = 225+247+60=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 60 (23.83% from 255 or 11.28% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #E1F73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F73C is #1E08C3. Grayscale: #DBDBDB. Windows color (decimal): -1968324 or 3995617. OLE color: 3995617.
HSL color Cylindrical-coordinate representation of color #E1F73C: hue angle of 67.06º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1F73C is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 247 | 60 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.03 |
| HSL | 67.06º | 0.92% | 0.6% | - |
| HSV(B) | 67.06º | 0.76% | 0.97% | - |
| XYZ | 65.13 | 82.86 | 16.84 | - |
| YUV | 219.1 | 38.21 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 247 | 60 | 0.09 | 0 | 0.76 | 0.03 | 67.06 | 0.92 | 0.6 |
| Hex | E1 | F7 | 3C | 9 | 0 | 4C | 3 | 43 | 5C | 3C |
| Octal | 341 | 367 | 74 | 11 | 0 | 114 | 3 | 103 | 134 | 74 |
| Binary | 11100001 | 11110111 | 111100 | 1001 | 0 | 1001100 | 11 | 1000011 | 1011100 | 111100 |
Color Harmonies of #E1F73C
Complementary color
Monochromatic Colors of #E1F73C
Black with #E1F73C
Text Example
Text Example
White with #E1F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F73C; }
p { color: rgb(225,247,60); }
H1.HeaderClassName
{
color: #E1F73C;
}
.AnyTagClassName
{
color: #E1F73C;
}
</style>
background-color css
<style>
a { background-color: #E1F73C; }
a { background-color: rgb(225,247,60); }
div.DivClassName
{
background-color: #E1F73C;
}
.BgClassName
{
background-color: #E1F73C;
}
</style>
border-color css
<style>
span { border-color: #E1F73C; }
span { border-color: rgb(225,247,60); }
td.TdClassName
{
border-color: #E1F73C;
}
.TagClassName
{
border-color: #E1F73C;
}
</style>