#50E35F

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

Shades of Screamin' Green #50E35F

Tints of Screamin' Green #50E35F

Color information

#50E35F (or 0x50E35F) is unknown color: approx Screamin' Green. HEX triplet: 50, E3 and 5F. RGB value is (80,227,95). Sum of RGB (Red+Green+Blue) = 80+227+95=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 227 (89.06% from 255 or 56.47% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 227 - color contains mainly: green. Hex color #50E35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E35F is #AF1CA0. Grayscale: #A8A8A8. Windows color (decimal): -11476129 or 6284112. OLE color: 6284112.

HSL color Cylindrical-coordinate representation of color #50E35F: hue angle of 126.12º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E35F is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB8022795-
CMYK0.6500.580.11
HSL126.12º72.41%60.2%-
HSV(B)126.12º64.76%89.02%-
XYZ32.8457.4720.19-
YUV16886.865.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 227 (89.06% from 255) = 56.47%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=19.90%
G=56.47%
B=23.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80227950.6500.580.11126.1272.4160.2
Hex50E35F4103AB7e483c
Octal1203431371010721317611074
Binary101000011100011101111110000010111010101111111101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,227,95); }

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

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

 a { background-color: rgb(80,227,95); }

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

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

 span { border-color: rgb(80,227,95); }

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