#E0FB46

Color #E0FB46 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #E0FB46

Tints of Pear #E0FB46

Color information

#E0FB46 (or 0xE0FB46) is unknown color: approx Pear. HEX triplet: E0, FB and 46. RGB value is (224,251,70). Sum of RGB (Red+Green+Blue) = 224+251+70=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 70 (27.73% from 255 or 12.84% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FB46 is #1F04B9. Grayscale: #DEDEDE. Windows color (decimal): -2032826 or 4652000. OLE color: 4652000.

HSL color Cylindrical-coordinate representation of color #E0FB46: hue angle of 68.95º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0FB46 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB22425170-
CMYK0.1100.720.02
HSL68.95º95.77%62.94%-
HSV(B)68.95º72.11%98.43%-
XYZ66.3485.2818.76-
YUV222.2942.05129.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 251 (98.44% from 255) = 46.06%
BLUE value IS 70 (27.73% from 255) = 12.84%
R=41.10%
G=46.06%
B=12.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224251700.1100.720.0268.9595.7762.94
HexE0FB46B048245603f
Octal340373106130110210514077
Binary111000001111101110001101011010010001010001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FB46; }

 p { color: rgb(224,251,70); }

 H1.HeaderClassName
 {
   color: #E0FB46;
 }
 .AnyTagClassName
 {
   color: #E0FB46;
 }
</style>
background-color css

<style>
 a { background-color: #E0FB46; }

 a { background-color: rgb(224,251,70); }

 div.DivClassName
 {
   background-color: #E0FB46;
 }
 .BgClassName
 {
   background-color: #E0FB46;
 }
</style>
border-color css

<style>
 span { border-color: #E0FB46; }

 span { border-color: rgb(224,251,70); }

 td.TdClassName
 {
   border-color: #E0FB46;
 }
 .TagClassName
 {
   border-color: #E0FB46;
 }
</style>