#50F450

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

Shades of Screamin' Green #50F450

Tints of Screamin' Green #50F450

Color information

#50F450 (or 0x50F450) is unknown color: approx Screamin' Green. HEX triplet: 50, F4 and 50. RGB value is (80,244,80). Sum of RGB (Red+Green+Blue) = 80+244+80=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #50F450 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F450 is #AF0BAF. Grayscale: #B0B0B0. Windows color (decimal): -11471792 or 5305424. OLE color: 5305424.

HSL color Cylindrical-coordinate representation of color #50F450: hue angle of 120º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F450 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB8024480-
CMYK0.6700.670.04
HSL120º88.17%63.53%-
HSV(B)120º67.21%95.69%-
XYZ37.1166.9918.56-
YUV176.2773.6759.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 244 (95.70% from 255) = 60.40%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=19.80%
G=60.40%
B=19.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80244800.6700.670.0412088.1763.53
Hex50F450430434785840
Octal12036412010301034170130100
Binary1010000111101001010000100001101000011100111100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,244,80); }

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

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

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

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

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

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

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