#50FB40

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

Shades of Screamin' Green #50FB40

Tints of Screamin' Green #50FB40

Color information

#50FB40 (or 0x50FB40) is unknown color: approx Screamin' Green. HEX triplet: 50, FB and 40. RGB value is (80,251,64). Sum of RGB (Red+Green+Blue) = 80+251+64=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FB40 is #AF04BF. Grayscale: #B3B3B3. Windows color (decimal): -11470016 or 4258640. OLE color: 4258640.

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

Color convert

RGB8025164-
CMYK0.6800.750.02
HSL114.87º95.9%61.76%-
HSV(B)114.87º74.5%98.43%-
XYZ38.7371.0716.53-
YUV178.5563.3557.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 251 (98.44% from 255) = 63.54%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=20.25%
G=63.54%
B=16.20%

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
Decimal80251640.6800.750.02114.8795.961.76
Hex50FB404404B273603e
Octal1203731001040113216314076
Binary10100001111101110000001000100010010111011100111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,251,64); }

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

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

 a { background-color: rgb(80,251,64); }

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

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

 span { border-color: rgb(80,251,64); }

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