Html Css Color HEX #50FF8D Screamin' Green

📋 copy color: '#50FF8D'

red 80 ◦ green 255 ◦ blue 141

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

Shades of Screamin' Green #50FF8D

Tints of Screamin' Green #50FF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 16.81%
G = 53.57%
B = 29.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#50FF8D (or 0x50FF8D) is known color: Screamin' Green. HEX triplet: 50, FF and 8D. RGB value is (80,255,141). Sum of RGB (Red+Green+Blue) = 80+255+141=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FF8D is #AF0072. Grayscale: #BDBDBD. Windows color (decimal): -11468915 or 9305936. OLE color: 9305936.

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

Color convert

RGB 80 255 141 -
CMYK 0.69 0 0.45 0
HSL 140.91º 1% 0.66% -
HSV(B) 140.91º 0.69% 1% -
XYZ 43.88 75.15 37.39 -
YUV 189.68 100.52 49.77 -
System Red Green Blue C M Y K H S L
Decimal 80 255 141 0.69 0 0.45 0 140.91 1 0.66
Hex 50 FF 8D 45 0 2D 0 8D 64 42
Octal 120 377 215 105 0 55 0 215 144 102
Binary 1010000 11111111 10001101 1000101 0 101101 0 10001101 1100100 1000010

Color Harmonies of #50FF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FF8D

Black with #50FF8D

Text Example


Text Example

White with #50FF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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