Html Css Color HEX #50ED73 Screamin' Green

📋 copy color: '#50ED73'

red 80 ◦ green 237 ◦ blue 115

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

Shades of Screamin' Green #50ED73

Tints of Screamin' Green #50ED73

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.86%

 BLUE value IS 115 (45.31% from 255) = 26.62%

R = 18.52%
G = 54.86%
B = 26.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#50ED73 (or 0x50ED73) is known color: Screamin' Green. HEX triplet: 50, ED and 73. RGB value is (80,237,115). Sum of RGB (Red+Green+Blue) = 80+237+115=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED73 is #AF128C. Grayscale: #B0B0B0. Windows color (decimal): -11473549 or 7597392. OLE color: 7597392.

HSL color Cylindrical-coordinate representation of color #50ED73: hue angle of 133.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED73 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 115 -
CMYK 0.66 0 0.51 0.07
HSL 133.38º 0.81% 0.62% -
HSV(B) 133.38º 0.66% 0.93% -
XYZ 36.69 63.51 26.55 -
YUV 176.15 93.49 59.42 -
System Red Green Blue C M Y K H S L
Decimal 80 237 115 0.66 0 0.51 0.07 133.38 0.81 0.62
Hex 50 ED 73 42 0 33 7 85 51 3E
Octal 120 355 163 102 0 63 7 205 121 76
Binary 1010000 11101101 1110011 1000010 0 110011 111 10000101 1010001 111110

Color Harmonies of #50ED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED73

Black with #50ED73

Text Example


Text Example

White with #50ED73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,237,115); }

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

background-color css

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

 a { background-color: rgb(80,237,115); }

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

border-color css

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

 span { border-color: rgb(80,237,115); }

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