Shades of Pear #E1FE30
Tints of Pear #E1FE30
RGB
CMYK
RGB Variations
Color information
#E1FE30 (or 0xE1FE30) is known color: Pear. HEX triplet: E1, FE and 30. RGB value is (225,254,48). Sum of RGB (Red+Green+Blue) = 225+254+48=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 48 (19.14% from 255 or 9.11% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FE30 is #1E01CF. Grayscale: #DEDEDE. Windows color (decimal): -1966544 or 3210977. OLE color: 3210977.
HSL color Cylindrical-coordinate representation of color #E1FE30: hue angle of 68.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1FE30 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 48 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.00 |
| HSL | 68.45º | 0.99% | 0.59% | - |
| HSV(B) | 68.45º | 0.81% | 1% | - |
| XYZ | 67.03 | 87.1 | 16.08 | - |
| YUV | 221.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 48 | 0.11 | 0 | 0.81 | 0.00 | 68.45 | 0.99 | 0.59 |
| Hex | E1 | FE | 30 | B | 0 | 51 | 0 | 44 | 63 | 3B |
| Octal | 341 | 376 | 60 | 13 | 0 | 121 | 0 | 104 | 143 | 73 |
| Binary | 11100001 | 11111110 | 110000 | 1011 | 0 | 1010001 | 0 | 1000100 | 1100011 | 111011 |
Color Harmonies of #E1FE30
Complementary color
Monochromatic Colors of #E1FE30
Black with #E1FE30
Text Example
Text Example
White with #E1FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FE30; }
p { color: rgb(225,254,48); }
H1.HeaderClassName
{
color: #E1FE30;
}
.AnyTagClassName
{
color: #E1FE30;
}
</style>
background-color css
<style>
a { background-color: #E1FE30; }
a { background-color: rgb(225,254,48); }
div.DivClassName
{
background-color: #E1FE30;
}
.BgClassName
{
background-color: #E1FE30;
}
</style>
border-color css
<style>
span { border-color: #E1FE30; }
span { border-color: rgb(225,254,48); }
td.TdClassName
{
border-color: #E1FE30;
}
.TagClassName
{
border-color: #E1FE30;
}
</style>