#50F939

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

Shades of Screamin' Green #50F939

Tints of Screamin' Green #50F939

Color information

#50F939 (or 0x50F939) is unknown color: approx Screamin' Green. HEX triplet: 50, F9 and 39. RGB value is (80,249,57). Sum of RGB (Red+Green+Blue) = 80+249+57=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 249 (97.66% from 255 or 64.51% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 249 - color contains mainly: green. Hex color #50F939 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F939 is #AF06C6. Grayscale: #B1B1B1. Windows color (decimal): -11470535 or 3799376. OLE color: 3799376.

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

Color convert

RGB8024957-
CMYK0.6800.770.02
HSL112.81º94.12%60%-
HSV(B)112.81º77.11%97.65%-
XYZ37.9269.7515.34-
YUV176.5860.5159.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 249 (97.66% from 255) = 64.51%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=20.73%
G=64.51%
B=14.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80249570.6800.770.02112.8194.1260
Hex50F9394404D2715e3c
Octal120371711040115216113674
Binary1010000111110011110011000100010011011011100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,249,57); }

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

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

 a { background-color: rgb(80,249,57); }

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

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

 span { border-color: rgb(80,249,57); }

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