#50f059

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

Shades of Screamin' Green #50F059

Tints of Screamin' Green #50F059

Color information

#50F059 (or 0x50F059) is unknown color: approx Screamin' Green. HEX triplet: 50, F0 and 59. RGB value is (80,240,89). Sum of RGB (Red+Green+Blue) = 80+240+89=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #50F059 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F059 is #AF0FA6. Grayscale: #AFAFAF. Windows color (decimal): -11472807 or 5894224. OLE color: 5894224.

HSL color Cylindrical-coordinate representation of color #50F059: hue angle of 123.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F059 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB8024089-
CMYK0.6700.630.06
HSL123.38º84.21%62.75%-
HSV(B)123.38º66.67%94.12%-
XYZ36.2764.7520.04-
YUV174.9579.4960.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.56%
GREEN value IS 240 (94.14% from 255) = 58.68%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=19.56%
G=58.68%
B=21.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal80240890.6700.630.06123.3884.2162.75
Hex50F0594303F67b543f
Octal120360131103077617312477
Binary10100001111000010110011000011011111111011110111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,240,89); }

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

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

 a { background-color: rgb(80,240,89); }

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

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

 span { border-color: rgb(80,240,89); }

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