Html Css Color HEX #50E96A Screamin' Green

📋 copy color: '#50E96A'

red 80 ◦ green 233 ◦ blue 106

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

Shades of Screamin' Green #50E96A

Tints of Screamin' Green #50E96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 19.09%
G = 55.61%
B = 25.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#50E96A (or 0x50E96A) is known color: Screamin' Green. HEX triplet: 50, E9 and 6A. RGB value is (80,233,106). Sum of RGB (Red+Green+Blue) = 80+233+106=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 233 (91.41% from 255 or 55.61% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 233 - color contains mainly: green. Hex color #50E96A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E96A is #AF1695. Grayscale: #ADADAD. Windows color (decimal): -11474582 or 7006544. OLE color: 7006544.

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

Color convert

RGB 80 233 106 -
CMYK 0.66 0 0.55 0.09
HSL 130.2º 0.78% 0.61% -
HSV(B) 130.2º 0.66% 0.91% -
XYZ 35.05 61.02 23.57 -
YUV 172.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 80 233 106 0.66 0 0.55 0.09 130.2 0.78 0.61
Hex 50 E9 6A 42 0 37 9 82 4E 3D
Octal 120 351 152 102 0 67 11 202 116 75
Binary 1010000 11101001 1101010 1000010 0 110111 1001 10000010 1001110 111101

Color Harmonies of #50E96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E96A

Black with #50E96A

Text Example


Text Example

White with #50E96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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