Shades of Pear #E0FF3A
Tints of Pear #E0FF3A
RGB
CMYK
RGB Variations
Color information
#E0FF3A (or 0xE0FF3A) is known color: Pear. HEX triplet: E0, FF and 3A. RGB value is (224,255,58). Sum of RGB (Red+Green+Blue) = 224+255+58=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 58 (23.05% from 255 or 10.80% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF3A is #1F00C5. Grayscale: #E0E0E0. Windows color (decimal): -2031814 or 3866592. OLE color: 3866592.
HSL color Cylindrical-coordinate representation of color #E0FF3A: hue angle of 69.44º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0FF3A is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 58 | - |
| CMYK | 0.12 | 0 | 0.77 | 0 |
| HSL | 69.44º | 1% | 0.61% | - |
| HSV(B) | 69.44º | 0.77% | 1% | - |
| XYZ | 67.26 | 87.67 | 17.38 | - |
| YUV | 223.27 | 34.73 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 58 | 0.12 | 0 | 0.77 | 0 | 69.44 | 1 | 0.61 |
| Hex | E0 | FF | 3A | C | 0 | 4D | 0 | 45 | 64 | 3D |
| Octal | 340 | 377 | 72 | 14 | 0 | 115 | 0 | 105 | 144 | 75 |
| Binary | 11100000 | 11111111 | 111010 | 1100 | 0 | 1001101 | 0 | 1000101 | 1100100 | 111101 |
Color Harmonies of #E0FF3A
Complementary color
Monochromatic Colors of #E0FF3A
Black with #E0FF3A
Text Example
Text Example
White with #E0FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF3A; }
p { color: rgb(224,255,58); }
H1.HeaderClassName
{
color: #E0FF3A;
}
.AnyTagClassName
{
color: #E0FF3A;
}
</style>
background-color css
<style>
a { background-color: #E0FF3A; }
a { background-color: rgb(224,255,58); }
div.DivClassName
{
background-color: #E0FF3A;
}
.BgClassName
{
background-color: #E0FF3A;
}
</style>
border-color css
<style>
span { border-color: #E0FF3A; }
span { border-color: rgb(224,255,58); }
td.TdClassName
{
border-color: #E0FF3A;
}
.TagClassName
{
border-color: #E0FF3A;
}
</style>