Html Css Color HEX #50E561 Screamin' Green

📋 copy color: '#50E561'

red 80 ◦ green 229 ◦ blue 97

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

Shades of Screamin' Green #50E561

Tints of Screamin' Green #50E561

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.4%

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

R = 19.7%
G = 56.4%
B = 23.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#50E561 (or 0x50E561) is known color: Screamin' Green. HEX triplet: 50, E5 and 61. RGB value is (80,229,97). Sum of RGB (Red+Green+Blue) = 80+229+97=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #50E561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E561 is #AF1A9E. Grayscale: #A9A9A9. Windows color (decimal): -11475615 or 6415696. OLE color: 6415696.

HSL color Cylindrical-coordinate representation of color #50E561: hue angle of 126.85º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E561 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 97 -
CMYK 0.65 0 0.58 0.10
HSL 126.85º 0.74% 0.61% -
HSV(B) 126.85º 0.65% 0.9% -
XYZ 33.49 58.61 20.86 -
YUV 169.4 87.14 64.23 -
System Red Green Blue C M Y K H S L
Decimal 80 229 97 0.65 0 0.58 0.10 126.85 0.74 0.61
Hex 50 E5 61 41 0 3A A 7F 4A 3D
Octal 120 345 141 101 0 72 12 177 112 75
Binary 1010000 11100101 1100001 1000001 0 111010 1010 1111111 1001010 111101

Color Harmonies of #50E561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E561

Black with #50E561

Text Example


Text Example

White with #50E561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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