#50E649

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

Shades of Screamin' Green #50E649

Tints of Screamin' Green #50E649

Color information

#50E649 (or 0x50E649) is unknown color: approx Screamin' Green. HEX triplet: 50, E6 and 49. RGB value is (80,230,73). Sum of RGB (Red+Green+Blue) = 80+230+73=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 230 (90.23% from 255 or 60.05% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 230 - color contains mainly: green. Hex color #50E649 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E649 is #AF19B6. Grayscale: #A7A7A7. Windows color (decimal): -11475383 or 4843088. OLE color: 4843088.

HSL color Cylindrical-coordinate representation of color #50E649: hue angle of 117.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E649 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB8023073-
CMYK0.6500.680.10
HSL117.32º75.85%59.41%-
HSV(B)117.32º68.26%90.2%-
XYZ32.8158.7815.92-
YUV167.2574.8165.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 230 (90.23% from 255) = 60.05%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=20.89%
G=60.05%
B=19.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80230730.6500.680.10117.3275.8559.41
Hex50E64941044A754c3b
Octal12034611110101041216511473
Binary1010000111001101001001100000101000100101011101011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,230,73); }

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

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

 a { background-color: rgb(80,230,73); }

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

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

 span { border-color: rgb(80,230,73); }

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