Shades of Pear #E0FF2C
Tints of Pear #E0FF2C
RGB
CMYK
RGB Variations
Color information
#E0FF2C (or 0xE0FF2C) is known color: Pear. HEX triplet: E0, FF and 2C. RGB value is (224,255,44). Sum of RGB (Red+Green+Blue) = 224+255+44=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 44 (17.58% from 255 or 8.41% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF2C is #1F00D3. Grayscale: #DEDEDE. Windows color (decimal): -2031828 or 2949088. OLE color: 2949088.
HSL color Cylindrical-coordinate representation of color #E0FF2C: hue angle of 68.82º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0FF2C is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 44 | - |
| CMYK | 0.12 | 0 | 0.83 | 0 |
| HSL | 68.82º | 1% | 0.59% | - |
| HSV(B) | 68.82º | 0.83% | 1% | - |
| XYZ | 66.96 | 87.55 | 15.75 | - |
| YUV | 221.68 | 27.73 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 44 | 0.12 | 0 | 0.83 | 0 | 68.82 | 1 | 0.59 |
| Hex | E0 | FF | 2C | C | 0 | 53 | 0 | 45 | 64 | 3B |
| Octal | 340 | 377 | 54 | 14 | 0 | 123 | 0 | 105 | 144 | 73 |
| Binary | 11100000 | 11111111 | 101100 | 1100 | 0 | 1010011 | 0 | 1000101 | 1100100 | 111011 |
Color Harmonies of #E0FF2C
Complementary color
Monochromatic Colors of #E0FF2C
Black with #E0FF2C
Text Example
Text Example
White with #E0FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF2C; }
p { color: rgb(224,255,44); }
H1.HeaderClassName
{
color: #E0FF2C;
}
.AnyTagClassName
{
color: #E0FF2C;
}
</style>
background-color css
<style>
a { background-color: #E0FF2C; }
a { background-color: rgb(224,255,44); }
div.DivClassName
{
background-color: #E0FF2C;
}
.BgClassName
{
background-color: #E0FF2C;
}
</style>
border-color css
<style>
span { border-color: #E0FF2C; }
span { border-color: rgb(224,255,44); }
td.TdClassName
{
border-color: #E0FF2C;
}
.TagClassName
{
border-color: #E0FF2C;
}
</style>