#50EF4C

Color #50EF4C Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #50EF4C

Tints of Screamin' Green #50EF4C

Color information

#50EF4C (or 0x50EF4C) is unknown color: approx Screamin' Green. HEX triplet: 50, EF and 4C. RGB value is (80,239,76). Sum of RGB (Red+Green+Blue) = 80+239+76=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 239 (93.75% from 255 or 60.51% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF4C is #AF10B3. Grayscale: #ADADAD. Windows color (decimal): -11473076 or 5042000. OLE color: 5042000.

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

Color convert

RGB8023976-
CMYK0.6700.680.06
HSL118.53º83.59%61.76%-
HSV(B)118.53º68.2%93.73%-
XYZ35.4863.9617.31-
YUV172.8873.3261.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 239 (93.75% from 255) = 60.51%
BLUE value IS 76 (30.08% from 255) = 19.24%
R=20.25%
G=60.51%
B=19.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal80239760.6700.680.06118.5383.5961.76
Hex50EF4C43044677543e
Octal1203571141030104616712476
Binary101000011101111100110010000110100010011011101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50EF4C; }

 p { color: rgb(80,239,76); }

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

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

 a { background-color: rgb(80,239,76); }

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

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

 span { border-color: rgb(80,239,76); }

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