#50FB60

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

Shades of Screamin' Green #50FB60

Tints of Screamin' Green #50FB60

Color information

#50FB60 (or 0x50FB60) is unknown color: approx Screamin' Green. HEX triplet: 50, FB and 60. RGB value is (80,251,96). Sum of RGB (Red+Green+Blue) = 80+251+96=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FB60 is #AF049F. Grayscale: #B6B6B6. Windows color (decimal): -11469984 or 6355792. OLE color: 6355792.

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

Color convert

RGB8025196-
CMYK0.6800.620.02
HSL125.61º95.53%64.9%-
HSV(B)125.61º68.13%98.43%-
XYZ39.9271.5422.77-
YUV182.279.3555.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 251 (98.44% from 255) = 58.78%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=18.74%
G=58.78%
B=22.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80251960.6800.620.02125.6195.5364.9
Hex50FB604403E27e6041
Octal1203731401040762176140101
Binary10100001111101111000001000100011111010111111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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