#50F748

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

Shades of Screamin' Green #50F748

Tints of Screamin' Green #50F748

Color information

#50F748 (or 0x50F748) is unknown color: approx Screamin' Green. HEX triplet: 50, F7 and 48. RGB value is (80,247,72). Sum of RGB (Red+Green+Blue) = 80+247+72=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 247 (96.88% from 255 or 61.90% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 247 - color contains mainly: green. Hex color #50F748 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F748 is #AF08B7. Grayscale: #B1B1B1. Windows color (decimal): -11471032 or 4781904. OLE color: 4781904.

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

Color convert

RGB8024772-
CMYK0.6800.710.03
HSL117.26º91.62%62.55%-
HSV(B)117.26º70.85%96.86%-
XYZ37.7468.6917.4-
YUV177.1268.6758.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 247 (96.88% from 255) = 61.90%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=20.05%
G=61.90%
B=18.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal80247720.6800.710.03117.2691.6262.55
Hex50F748440473755c3f
Octal1203671101040107316513477
Binary10100001111011110010001000100010001111111101011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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