#50FE91

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

Shades of Screamin' Green #50FE91

Tints of Screamin' Green #50FE91

Color information

#50FE91 (or 0x50FE91) is unknown color: approx Screamin' Green. HEX triplet: 50, FE and 91. RGB value is (80,254,145). Sum of RGB (Red+Green+Blue) = 80+254+145=479 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.70% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FE91 is #AF016E. Grayscale: #BDBDBD. Windows color (decimal): -11469167 or 9567824. OLE color: 9567824.

HSL color Cylindrical-coordinate representation of color #50FE91: hue angle of 142.41º 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 #50FE91 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB80254145-
CMYK0.6900.430.00
HSL142.41º98.86%65.49%-
HSV(B)142.41º68.5%99.61%-
XYZ43.8674.6338.88-
YUV189.55102.8549.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.70%
GREEN value IS 254 (99.61% from 255) = 53.03%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=16.70%
G=53.03%
B=30.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal802541450.6900.430.00142.4198.8665.49
Hex50FE914502B08e6341
Octal1203762211050530216143101
Binary101000011111110100100011000101010101101000111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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