#50FA3F

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

Shades of Screamin' Green #50FA3F

Tints of Screamin' Green #50FA3F

Color information

#50FA3F (or 0x50FA3F) is unknown color: approx Screamin' Green. HEX triplet: 50, FA and 3F. RGB value is (80,250,63). Sum of RGB (Red+Green+Blue) = 80+250+63=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 250 (98.05% from 255 or 63.61% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FA3F is #AF05C0. Grayscale: #B2B2B2. Windows color (decimal): -11470273 or 4192848. OLE color: 4192848.

HSL color Cylindrical-coordinate representation of color #50FA3F: hue angle of 114.55º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50FA3F is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB8025063-
CMYK0.6800.750.02
HSL114.55º94.92%61.37%-
HSV(B)114.55º74.8%98.04%-
XYZ38.3970.4416.27-
YUV177.8563.1858.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 250 (98.05% from 255) = 63.61%
BLUE value IS 63 (25% from 255) = 16.03%
R=20.36%
G=63.61%
B=16.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80250630.6800.750.02114.5594.9261.37
Hex50FA3F4404B2735f3d
Octal120372771040113216313775
Binary1010000111110101111111000100010010111011100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,250,63); }

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

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

 a { background-color: rgb(80,250,63); }

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

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

 span { border-color: rgb(80,250,63); }

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