Shades of Pear #E0FF3B
Tints of Pear #E0FF3B
RGB
CMYK
RGB Variations
Color information
#E0FF3B (or 0xE0FF3B) is known color: Pear. HEX triplet: E0, FF and 3B. RGB value is (224,255,59). Sum of RGB (Red+Green+Blue) = 224+255+59=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 59 (23.44% from 255 or 10.97% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FF3B is #1F00C4. Grayscale: #E0E0E0. Windows color (decimal): -2031813 or 3932128. OLE color: 3932128.
HSL color Cylindrical-coordinate representation of color #E0FF3B: hue angle of 69.49º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0FF3B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 59 | - |
| CMYK | 0.12 | 0 | 0.77 | 0 |
| HSL | 69.49º | 1% | 0.62% | - |
| HSV(B) | 69.49º | 0.77% | 1% | - |
| XYZ | 67.29 | 87.68 | 17.52 | - |
| YUV | 223.39 | 35.23 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 59 | 0.12 | 0 | 0.77 | 0 | 69.49 | 1 | 0.62 |
| Hex | E0 | FF | 3B | C | 0 | 4D | 0 | 45 | 64 | 3E |
| Octal | 340 | 377 | 73 | 14 | 0 | 115 | 0 | 105 | 144 | 76 |
| Binary | 11100000 | 11111111 | 111011 | 1100 | 0 | 1001101 | 0 | 1000101 | 1100100 | 111110 |
Color Harmonies of #E0FF3B
Complementary color
Monochromatic Colors of #E0FF3B
Black with #E0FF3B
Text Example
Text Example
White with #E0FF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF3B; }
p { color: rgb(224,255,59); }
H1.HeaderClassName
{
color: #E0FF3B;
}
.AnyTagClassName
{
color: #E0FF3B;
}
</style>
background-color css
<style>
a { background-color: #E0FF3B; }
a { background-color: rgb(224,255,59); }
div.DivClassName
{
background-color: #E0FF3B;
}
.BgClassName
{
background-color: #E0FF3B;
}
</style>
border-color css
<style>
span { border-color: #E0FF3B; }
span { border-color: rgb(224,255,59); }
td.TdClassName
{
border-color: #E0FF3B;
}
.TagClassName
{
border-color: #E0FF3B;
}
</style>