#50EF76

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

Shades of Screamin' Green #50EF76

Tints of Screamin' Green #50EF76

Color information

#50EF76 (or 0x50EF76) is unknown color: approx Screamin' Green. HEX triplet: 50, EF and 76. RGB value is (80,239,118). Sum of RGB (Red+Green+Blue) = 80+239+118=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EF76 is #AF1089. Grayscale: #B1B1B1. Windows color (decimal): -11473034 or 7794512. OLE color: 7794512.

HSL color Cylindrical-coordinate representation of color #50EF76: hue angle of 134.34º degrees, saturation: 0.83, 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 #50EF76 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB80239118-
CMYK0.6700.510.06
HSL134.34º83.25%62.55%-
HSV(B)134.34º66.53%93.73%-
XYZ37.4464.7527.66-
YUV177.6694.3258.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.31%
GREEN value IS 239 (93.75% from 255) = 54.69%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=18.31%
G=54.69%
B=27.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802391180.6700.510.06134.3483.2562.55
Hex50EF7643033686533f
Octal120357166103063620612377
Binary101000011101111111011010000110110011110100001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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