#50F762

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

Shades of Screamin' Green #50F762

Tints of Screamin' Green #50F762

Color information

#50F762 (or 0x50F762) is unknown color: approx Screamin' Green. HEX triplet: 50, F7 and 62. RGB value is (80,247,98). Sum of RGB (Red+Green+Blue) = 80+247+98=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 247 (96.88% from 255 or 58.12% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 247 - color contains mainly: green. Hex color #50F762 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F762 is #AF089D. Grayscale: #B4B4B4. Windows color (decimal): -11471006 or 6485840. OLE color: 6485840.

HSL color Cylindrical-coordinate representation of color #50F762: hue angle of 126.47º 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 #50F762 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB8024798-
CMYK0.6800.600.03
HSL126.47º91.26%64.12%-
HSV(B)126.47º67.61%96.86%-
XYZ38.7769.1122.85-
YUV180.0881.6756.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 247 (96.88% from 255) = 58.12%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=18.82%
G=58.12%
B=23.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal80247980.6800.600.03126.4791.2664.12
Hex50F7624403C37e5b40
Octal1203671421040743176133100
Binary10100001111011111000101000100011110011111111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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