Shades of Pear #E1FF2F
Tints of Pear #E1FF2F
RGB
CMYK
RGB Variations
Color information
#E1FF2F (or 0xE1FF2F) is known color: Pear. HEX triplet: E1, FF and 2F. RGB value is (225,255,47). Sum of RGB (Red+Green+Blue) = 225+255+47=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 47 (18.75% from 255 or 8.92% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FF2F is #1E00D0. Grayscale: #DFDFDF. Windows color (decimal): -1966289 or 3145697. OLE color: 3145697.
HSL color Cylindrical-coordinate representation of color #E1FF2F: hue angle of 68.65º 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 #E1FF2F is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 47 | - |
| CMYK | 0.12 | 0 | 0.82 | 0 |
| HSL | 68.65º | 1% | 0.59% | - |
| HSV(B) | 68.65º | 0.82% | 1% | - |
| XYZ | 67.32 | 87.73 | 16.08 | - |
| YUV | 222.32 | 29.06 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 47 | 0.12 | 0 | 0.82 | 0 | 68.65 | 1 | 0.59 |
| Hex | E1 | FF | 2F | C | 0 | 52 | 0 | 45 | 64 | 3B |
| Octal | 341 | 377 | 57 | 14 | 0 | 122 | 0 | 105 | 144 | 73 |
| Binary | 11100001 | 11111111 | 101111 | 1100 | 0 | 1010010 | 0 | 1000101 | 1100100 | 111011 |
Color Harmonies of #E1FF2F
Complementary color
Monochromatic Colors of #E1FF2F
Black with #E1FF2F
Text Example
Text Example
White with #E1FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF2F; }
p { color: rgb(225,255,47); }
H1.HeaderClassName
{
color: #E1FF2F;
}
.AnyTagClassName
{
color: #E1FF2F;
}
</style>
background-color css
<style>
a { background-color: #E1FF2F; }
a { background-color: rgb(225,255,47); }
div.DivClassName
{
background-color: #E1FF2F;
}
.BgClassName
{
background-color: #E1FF2F;
}
</style>
border-color css
<style>
span { border-color: #E1FF2F; }
span { border-color: rgb(225,255,47); }
td.TdClassName
{
border-color: #E1FF2F;
}
.TagClassName
{
border-color: #E1FF2F;
}
</style>