#50F73E

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

Shades of Screamin' Green #50F73E

Tints of Screamin' Green #50F73E

Color information

#50F73E (or 0x50F73E) is unknown color: approx Screamin' Green. HEX triplet: 50, F7 and 3E. RGB value is (80,247,62). Sum of RGB (Red+Green+Blue) = 80+247+62=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 247 (96.88% from 255 or 63.50% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 247 - color contains mainly: green. Hex color #50F73E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F73E is #AF08C1. Grayscale: #B0B0B0. Windows color (decimal): -11471042 or 4126544. OLE color: 4126544.

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

Color convert

RGB8024762-
CMYK0.6800.750.03
HSL114.16º92.04%60.59%-
HSV(B)114.16º74.9%96.86%-
XYZ37.4468.5715.82-
YUV175.9863.6759.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 247 (96.88% from 255) = 63.50%
BLUE value IS 62 (24.61% from 255) = 15.94%
R=20.57%
G=63.50%
B=15.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal80247620.6800.750.03114.1692.0460.59
Hex50F73E4404B3725c3d
Octal120367761040113316213475
Binary1010000111101111111101000100010010111111100101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,247,62); }

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

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

 a { background-color: rgb(80,247,62); }

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

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

 span { border-color: rgb(80,247,62); }

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