Html Css Color HEX #50EB6D Screamin' Green

📋 copy color: '#50EB6D'

red 80 ◦ green 235 ◦ blue 109

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

Shades of Screamin' Green #50EB6D

Tints of Screamin' Green #50EB6D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.42%

 BLUE value IS 109 (42.97% from 255) = 25.71%

R = 18.87%
G = 55.42%
B = 25.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#50EB6D (or 0x50EB6D) is known color: Screamin' Green. HEX triplet: 50, EB and 6D. RGB value is (80,235,109). Sum of RGB (Red+Green+Blue) = 80+235+109=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB6D is #AF1492. Grayscale: #AEAEAE. Windows color (decimal): -11474067 or 7203664. OLE color: 7203664.

HSL color Cylindrical-coordinate representation of color #50EB6D: hue angle of 131.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EB6D is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 235 109 -
CMYK 0.66 0 0.54 0.08
HSL 131.23º 0.79% 0.62% -
HSV(B) 131.23º 0.66% 0.92% -
XYZ 35.78 62.23 24.59 -
YUV 174.29 91.15 60.75 -
System Red Green Blue C M Y K H S L
Decimal 80 235 109 0.66 0 0.54 0.08 131.23 0.79 0.62
Hex 50 EB 6D 42 0 36 8 83 4F 3E
Octal 120 353 155 102 0 66 10 203 117 76
Binary 1010000 11101011 1101101 1000010 0 110110 1000 10000011 1001111 111110

Color Harmonies of #50EB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EB6D

Black with #50EB6D

Text Example


Text Example

White with #50EB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,235,109); }

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

background-color css

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

 a { background-color: rgb(80,235,109); }

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

border-color css

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

 span { border-color: rgb(80,235,109); }

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