#50F14D

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

Shades of Screamin' Green #50F14D

Tints of Screamin' Green #50F14D

Color information

#50F14D (or 0x50F14D) is unknown color: approx Screamin' Green. HEX triplet: 50, F1 and 4D. RGB value is (80,241,77). Sum of RGB (Red+Green+Blue) = 80+241+77=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #50F14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F14D is #AF0EB2. Grayscale: #AEAEAE. Windows color (decimal): -11472563 or 5108048. OLE color: 5108048.

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

Color convert

RGB8024177-
CMYK0.6700.680.05
HSL118.9º85.42%62.35%-
HSV(B)118.9º68.05%94.51%-
XYZ36.165.1517.69-
YUV174.1673.1660.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.10%
GREEN value IS 241 (94.53% from 255) = 60.55%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=20.10%
G=60.55%
B=19.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80241770.6700.680.05118.985.4262.35
Hex50F14D43044577553e
Octal1203611151030104516712576
Binary101000011110001100110110000110100010010111101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,77); }

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

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

 a { background-color: rgb(80,241,77); }

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

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

 span { border-color: rgb(80,241,77); }

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