#50FE78

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

Shades of Screamin' Green #50FE78

Tints of Screamin' Green #50FE78

Color information

#50FE78 (or 0x50FE78) is unknown color: approx Screamin' Green. HEX triplet: 50, FE and 78. RGB value is (80,254,120). Sum of RGB (Red+Green+Blue) = 80+254+120=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FE78 is #AF0187. Grayscale: #BBBBBB. Windows color (decimal): -11469192 or 7929424. OLE color: 7929424.

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

Color convert

RGB80254120-
CMYK0.6900.530.00
HSL133.79º98.86%65.49%-
HSV(B)133.79º68.5%99.61%-
XYZ42.1473.9529.82-
YUV186.790.3551.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 254 (99.61% from 255) = 55.95%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=17.62%
G=55.95%
B=26.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal802541200.6900.530.00133.7998.8665.49
Hex50FE78450350866341
Octal1203761701050650206143101
Binary10100001111111011110001000101011010101000011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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