#E0F050

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

Shades of Manz #E0F050

Tints of Manz #E0F050

Color information

#E0F050 (or 0xE0F050) is unknown color: approx Manz. HEX triplet: E0, F0 and 50. RGB value is (224,240,80). Sum of RGB (Red+Green+Blue) = 224+240+80=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F050 is #1F0FAF. Grayscale: #D9D9D9. Windows color (decimal): -2035632 or 5304544. OLE color: 5304544.

HSL color Cylindrical-coordinate representation of color #E0F050: hue angle of 66º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0F050 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB22424080-
CMYK0.0700.670.06
HSL66º84.21%62.75%-
HSV(B)66º66.67%94.12%-
XYZ63.3578.7519.45-
YUV216.9850.7133.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 80 (31.64% from 255) = 14.71%
R=41.18%
G=44.12%
B=14.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224240800.0700.670.066684.2162.75
HexE0F0507043642543f
Octal34036012070103610212477
Binary111000001111000010100001110100001111010000101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F050; }

 p { color: rgb(224,240,80); }

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

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

 a { background-color: rgb(224,240,80); }

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

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

 span { border-color: rgb(224,240,80); }

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