Shades of Pear #E1FF27
Tints of Pear #E1FF27
RGB
CMYK
RGB Variations
Color information
#E1FF27 (or 0xE1FF27) is known color: Pear. HEX triplet: E1, FF and 27. RGB value is (225,255,39). Sum of RGB (Red+Green+Blue) = 225+255+39=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 39 (15.62% from 255 or 7.51% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FF27 is #1E00D8. Grayscale: #DEDEDE. Windows color (decimal): -1966297 or 2621409. OLE color: 2621409.
HSL color Cylindrical-coordinate representation of color #E1FF27: hue angle of 68.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1FF27 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 39 | - |
| CMYK | 0.12 | 0 | 0.85 | 0 |
| HSL | 68.33º | 1% | 0.58% | - |
| HSV(B) | 68.33º | 0.85% | 1% | - |
| XYZ | 67.18 | 87.67 | 15.3 | - |
| YUV | 221.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 39 | 0.12 | 0 | 0.85 | 0 | 68.33 | 1 | 0.58 |
| Hex | E1 | FF | 27 | C | 0 | 55 | 0 | 44 | 64 | 3A |
| Octal | 341 | 377 | 47 | 14 | 0 | 125 | 0 | 104 | 144 | 72 |
| Binary | 11100001 | 11111111 | 100111 | 1100 | 0 | 1010101 | 0 | 1000100 | 1100100 | 111010 |
Color Harmonies of #E1FF27
Complementary color
Monochromatic Colors of #E1FF27
Black with #E1FF27
Text Example
Text Example
White with #E1FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF27; }
p { color: rgb(225,255,39); }
H1.HeaderClassName
{
color: #E1FF27;
}
.AnyTagClassName
{
color: #E1FF27;
}
</style>
background-color css
<style>
a { background-color: #E1FF27; }
a { background-color: rgb(225,255,39); }
div.DivClassName
{
background-color: #E1FF27;
}
.BgClassName
{
background-color: #E1FF27;
}
</style>
border-color css
<style>
span { border-color: #E1FF27; }
span { border-color: rgb(225,255,39); }
td.TdClassName
{
border-color: #E1FF27;
}
.TagClassName
{
border-color: #E1FF27;
}
</style>