Html Css Color HEX #50E961 Screamin' Green

📋 copy color: '#50E961'

red 80 ◦ green 233 ◦ blue 97

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

Shades of Screamin' Green #50E961

Tints of Screamin' Green #50E961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.66%

R = 19.51%
G = 56.83%
B = 23.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#50E961 (or 0x50E961) is known color: Screamin' Green. HEX triplet: 50, E9 and 61. RGB value is (80,233,97). Sum of RGB (Red+Green+Blue) = 80+233+97=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 233 (91.41% from 255 or 56.83% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 233 - color contains mainly: green. Hex color #50E961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E961 is #AF169E. Grayscale: #ACACAC. Windows color (decimal): -11474591 or 6416720. OLE color: 6416720.

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

Color convert

RGB 80 233 97 -
CMYK 0.66 0 0.58 0.09
HSL 126.67º 0.78% 0.61% -
HSV(B) 126.67º 0.66% 0.91% -
XYZ 34.6 60.85 21.23 -
YUV 171.75 85.81 62.56 -
System Red Green Blue C M Y K H S L
Decimal 80 233 97 0.66 0 0.58 0.09 126.67 0.78 0.61
Hex 50 E9 61 42 0 3A 9 7F 4E 3D
Octal 120 351 141 102 0 72 11 177 116 75
Binary 1010000 11101001 1100001 1000010 0 111010 1001 1111111 1001110 111101

Color Harmonies of #50E961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E961

Black with #50E961

Text Example


Text Example

White with #50E961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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