#50F761

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

Shades of Screamin' Green #50F761

Tints of Screamin' Green #50F761

Color information

#50F761 (or 0x50F761) is unknown color: approx Screamin' Green. HEX triplet: 50, F7 and 61. RGB value is (80,247,97). Sum of RGB (Red+Green+Blue) = 80+247+97=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 247 (96.88% from 255 or 58.25% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 247 - color contains mainly: green. Hex color #50F761 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F761 is #AF089E. Grayscale: #B4B4B4. Windows color (decimal): -11471007 or 6420304. OLE color: 6420304.

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

Color convert

RGB8024797-
CMYK0.6800.610.03
HSL126.11º91.26%64.12%-
HSV(B)126.11º67.61%96.86%-
XYZ38.7369.0922.6-
YUV179.9781.1756.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 247 (96.88% from 255) = 58.25%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=18.87%
G=58.25%
B=22.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal80247970.6800.610.03126.1191.2664.12
Hex50F7614403D37e5b40
Octal1203671411040753176133100
Binary10100001111011111000011000100011110111111111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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