Html Css Color HEX #50E96D Screamin' Green

📋 copy color: '#50E96D'

red 80 ◦ green 233 ◦ blue 109

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

Shades of Screamin' Green #50E96D

Tints of Screamin' Green #50E96D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.21%

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

R = 18.96%
G = 55.21%
B = 25.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#50E96D (or 0x50E96D) is known color: Screamin' Green. HEX triplet: 50, E9 and 6D. RGB value is (80,233,109). Sum of RGB (Red+Green+Blue) = 80+233+109=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 233 (91.41% from 255 or 55.21% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 233 - color contains mainly: green. Hex color #50E96D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E96D is #AF1692. Grayscale: #ADADAD. Windows color (decimal): -11474579 or 7203152. OLE color: 7203152.

HSL color Cylindrical-coordinate representation of color #50E96D: hue angle of 131.37º degrees, saturation: 0.78, 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 #50E96D is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 109 -
CMYK 0.66 0 0.53 0.09
HSL 131.37º 0.78% 0.61% -
HSV(B) 131.37º 0.66% 0.91% -
XYZ 35.21 61.09 24.4 -
YUV 173.12 91.81 61.58 -
System Red Green Blue C M Y K H S L
Decimal 80 233 109 0.66 0 0.53 0.09 131.37 0.78 0.61
Hex 50 E9 6D 42 0 35 9 83 4E 3D
Octal 120 351 155 102 0 65 11 203 116 75
Binary 1010000 11101001 1101101 1000010 0 110101 1001 10000011 1001110 111101

Color Harmonies of #50E96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E96D

Black with #50E96D

Text Example


Text Example

White with #50E96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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