Shades of Pear #E0FE30
Tints of Pear #E0FE30
RGB
CMYK
RGB Variations
Color information
#E0FE30 (or 0xE0FE30) is known color: Pear. HEX triplet: E0, FE and 30. RGB value is (224,254,48). Sum of RGB (Red+Green+Blue) = 224+254+48=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FE30 is #1F01CF. Grayscale: #DEDEDE. Windows color (decimal): -2032080 or 3210976. OLE color: 3210976.
HSL color Cylindrical-coordinate representation of color #E0FE30: hue angle of 68.74º 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 #E0FE30 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 48 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.00 |
| HSL | 68.74º | 0.99% | 0.59% | - |
| HSV(B) | 68.74º | 0.81% | 1% | - |
| XYZ | 66.72 | 86.94 | 16.06 | - |
| YUV | 221.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 48 | 0.12 | 0 | 0.81 | 0.00 | 68.74 | 0.99 | 0.59 |
| Hex | E0 | FE | 30 | C | 0 | 51 | 0 | 45 | 63 | 3B |
| Octal | 340 | 376 | 60 | 14 | 0 | 121 | 0 | 105 | 143 | 73 |
| Binary | 11100000 | 11111110 | 110000 | 1100 | 0 | 1010001 | 0 | 1000101 | 1100011 | 111011 |
Color Harmonies of #E0FE30
Complementary color
Monochromatic Colors of #E0FE30
Black with #E0FE30
Text Example
Text Example
White with #E0FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FE30; }
p { color: rgb(224,254,48); }
H1.HeaderClassName
{
color: #E0FE30;
}
.AnyTagClassName
{
color: #E0FE30;
}
</style>
background-color css
<style>
a { background-color: #E0FE30; }
a { background-color: rgb(224,254,48); }
div.DivClassName
{
background-color: #E0FE30;
}
.BgClassName
{
background-color: #E0FE30;
}
</style>
border-color css
<style>
span { border-color: #E0FE30; }
span { border-color: rgb(224,254,48); }
td.TdClassName
{
border-color: #E0FE30;
}
.TagClassName
{
border-color: #E0FE30;
}
</style>