#50F16B

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

Shades of Screamin' Green #50F16B

Tints of Screamin' Green #50F16B

Color information

#50F16B (or 0x50F16B) is unknown color: approx Screamin' Green. HEX triplet: 50, F1 and 6B. RGB value is (80,241,107). Sum of RGB (Red+Green+Blue) = 80+241+107=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #50F16B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F16B is #AF0E94. Grayscale: #B1B1B1. Windows color (decimal): -11472533 or 7074128. OLE color: 7074128.

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

Color convert

RGB80241107-
CMYK0.6700.560.05
HSL130.06º85.19%62.94%-
HSV(B)130.06º66.8%94.51%-
XYZ37.4265.6824.61-
YUV177.5888.1658.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.69%
GREEN value IS 241 (94.53% from 255) = 56.31%
BLUE value IS 107 (42.19% from 255) = 25%
R=18.69%
G=56.31%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802411070.6700.560.05130.0685.1962.94
Hex50F16B43038582553f
Octal120361153103070520212577
Binary101000011110001110101110000110111000101100000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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