Html Css Color HEX #50E86B Screamin' Green

📋 copy color: '#50E86B'

red 80 ◦ green 232 ◦ blue 107

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

Shades of Screamin' Green #50E86B

Tints of Screamin' Green #50E86B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.37%

 BLUE value IS 107 (42.19% from 255) = 25.54%

R = 19.09%
G = 55.37%
B = 25.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#50E86B (or 0x50E86B) is known color: Screamin' Green. HEX triplet: 50, E8 and 6B. RGB value is (80,232,107). Sum of RGB (Red+Green+Blue) = 80+232+107=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #50E86B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E86B is #AF1794. Grayscale: #ACACAC. Windows color (decimal): -11474837 or 7071824. OLE color: 7071824.

HSL color Cylindrical-coordinate representation of color #50E86B: hue angle of 130.66º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E86B is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 107 -
CMYK 0.66 0 0.54 0.09
HSL 130.66º 0.77% 0.61% -
HSV(B) 130.66º 0.66% 0.91% -
XYZ 34.82 60.48 23.75 -
YUV 172.3 91.14 62.16 -
System Red Green Blue C M Y K H S L
Decimal 80 232 107 0.66 0 0.54 0.09 130.66 0.77 0.61
Hex 50 E8 6B 42 0 36 9 83 4D 3D
Octal 120 350 153 102 0 66 11 203 115 75
Binary 1010000 11101000 1101011 1000010 0 110110 1001 10000011 1001101 111101

Color Harmonies of #50E86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E86B

Black with #50E86B

Text Example


Text Example

White with #50E86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,232,107); }

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

background-color css

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

 a { background-color: rgb(80,232,107); }

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

border-color css

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

 span { border-color: rgb(80,232,107); }

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