Shades of Pear #E1FF2D
Tints of Pear #E1FF2D
RGB
CMYK
RGB Variations
Color information
#E1FF2D (or 0xE1FF2D) is known color: Pear. HEX triplet: E1, FF and 2D. RGB value is (225,255,45). Sum of RGB (Red+Green+Blue) = 225+255+45=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 45 (17.97% from 255 or 8.57% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FF2D is #1E00D2. Grayscale: #DEDEDE. Windows color (decimal): -1966291 or 3014625. OLE color: 3014625.
HSL color Cylindrical-coordinate representation of color #E1FF2D: hue angle of 68.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1FF2D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 45 | - |
| CMYK | 0.12 | 0 | 0.82 | 0 |
| HSL | 68.57º | 1% | 0.59% | - |
| HSV(B) | 68.57º | 0.82% | 1% | - |
| XYZ | 67.28 | 87.72 | 15.87 | - |
| YUV | 222.09 | 28.06 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 45 | 0.12 | 0 | 0.82 | 0 | 68.57 | 1 | 0.59 |
| Hex | E1 | FF | 2D | C | 0 | 52 | 0 | 45 | 64 | 3B |
| Octal | 341 | 377 | 55 | 14 | 0 | 122 | 0 | 105 | 144 | 73 |
| Binary | 11100001 | 11111111 | 101101 | 1100 | 0 | 1010010 | 0 | 1000101 | 1100100 | 111011 |
Color Harmonies of #E1FF2D
Complementary color
Monochromatic Colors of #E1FF2D
Black with #E1FF2D
Text Example
Text Example
White with #E1FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF2D; }
p { color: rgb(225,255,45); }
H1.HeaderClassName
{
color: #E1FF2D;
}
.AnyTagClassName
{
color: #E1FF2D;
}
</style>
background-color css
<style>
a { background-color: #E1FF2D; }
a { background-color: rgb(225,255,45); }
div.DivClassName
{
background-color: #E1FF2D;
}
.BgClassName
{
background-color: #E1FF2D;
}
</style>
border-color css
<style>
span { border-color: #E1FF2D; }
span { border-color: rgb(225,255,45); }
td.TdClassName
{
border-color: #E1FF2D;
}
.TagClassName
{
border-color: #E1FF2D;
}
</style>