#50FF78

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

Shades of Screamin' Green #50FF78

Tints of Screamin' Green #50FF78

Color information

#50FF78 (or 0x50FF78) is unknown color: approx Screamin' Green. HEX triplet: 50, FF and 78. RGB value is (80,255,120). Sum of RGB (Red+Green+Blue) = 80+255+120=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FF78 is #AF0087. Grayscale: #BBBBBB. Windows color (decimal): -11468936 or 7929680. OLE color: 7929680.

HSL color Cylindrical-coordinate representation of color #50FF78: hue angle of 133.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FF78 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB80255120-
CMYK0.6900.530
HSL133.71º100%65.69%-
HSV(B)133.71º68.63%100%-
XYZ42.4674.5829.93-
YUV187.2890.0251.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.58%
GREEN value IS 255 (100% from 255) = 56.04%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=17.58%
G=56.04%
B=26.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802551200.6900.530133.7110065.69
Hex50FF78450350866442
Octal1203771701050650206144102
Binary10100001111111111110001000101011010101000011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,255,120); }

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

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

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

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

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

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

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