Html Css Color HEX #50FF95 Screamin' Green

📋 copy color: '#50FF95'

red 80 ◦ green 255 ◦ blue 149

#50FF95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #50FF95

Tints of Screamin' Green #50FF95

RGB

 RED value IS 80 (31.64% from 255) = 16.53%

 GREEN value IS 255 (100% from 255) = 52.69%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 16.53%
G = 52.69%
B = 30.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#50FF95 (or 0x50FF95) is known color: Screamin' Green. HEX triplet: 50, FF and 95. RGB value is (80,255,149). Sum of RGB (Red+Green+Blue) = 80+255+149=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FF95 is #AF006A. Grayscale: #BEBEBE. Windows color (decimal): -11468907 or 9830224. OLE color: 9830224.

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

Color convert

RGB 80 255 149 -
CMYK 0.69 0 0.42 0
HSL 143.66º 1% 0.66% -
HSV(B) 143.66º 0.69% 1% -
XYZ 44.49 75.4 40.64 -
YUV 190.59 104.52 49.12 -
System Red Green Blue C M Y K H S L
Decimal 80 255 149 0.69 0 0.42 0 143.66 1 0.66
Hex 50 FF 95 45 0 2A 0 90 64 42
Octal 120 377 225 105 0 52 0 220 144 102
Binary 1010000 11111111 10010101 1000101 0 101010 0 10010000 1100100 1000010

Color Harmonies of #50FF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FF95

Black with #50FF95

Text Example


Text Example

White with #50FF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50FF95;
 }
 .AnyTagClassName
 {
   color: #50FF95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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