Shades of Pear #E1FF31
Tints of Pear #E1FF31
RGB
CMYK
RGB Variations
Color information
#E1FF31 (or 0xE1FF31) is known color: Pear. HEX triplet: E1, FF and 31. RGB value is (225,255,49). Sum of RGB (Red+Green+Blue) = 225+255+49=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FF31 is #1E00CE. Grayscale: #DFDFDF. Windows color (decimal): -1966287 or 3276769. OLE color: 3276769.
HSL color Cylindrical-coordinate representation of color #E1FF31: hue angle of 68.74º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1FF31 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 49 | - |
| CMYK | 0.12 | 0 | 0.81 | 0 |
| HSL | 68.74º | 1% | 0.6% | - |
| HSV(B) | 68.74º | 0.81% | 1% | - |
| XYZ | 67.37 | 87.75 | 16.29 | - |
| YUV | 222.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 49 | 0.12 | 0 | 0.81 | 0 | 68.74 | 1 | 0.6 |
| Hex | E1 | FF | 31 | C | 0 | 51 | 0 | 45 | 64 | 3C |
| Octal | 341 | 377 | 61 | 14 | 0 | 121 | 0 | 105 | 144 | 74 |
| Binary | 11100001 | 11111111 | 110001 | 1100 | 0 | 1010001 | 0 | 1000101 | 1100100 | 111100 |
Color Harmonies of #E1FF31
Complementary color
Monochromatic Colors of #E1FF31
Black with #E1FF31
Text Example
Text Example
White with #E1FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF31; }
p { color: rgb(225,255,49); }
H1.HeaderClassName
{
color: #E1FF31;
}
.AnyTagClassName
{
color: #E1FF31;
}
</style>
background-color css
<style>
a { background-color: #E1FF31; }
a { background-color: rgb(225,255,49); }
div.DivClassName
{
background-color: #E1FF31;
}
.BgClassName
{
background-color: #E1FF31;
}
</style>
border-color css
<style>
span { border-color: #E1FF31; }
span { border-color: rgb(225,255,49); }
td.TdClassName
{
border-color: #E1FF31;
}
.TagClassName
{
border-color: #E1FF31;
}
</style>