Html Css Color HEX #50ED5E Screamin' Green

📋 copy color: '#50ED5E'

red 80 ◦ green 237 ◦ blue 94

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

Shades of Screamin' Green #50ED5E

Tints of Screamin' Green #50ED5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 19.46%
G = 57.66%
B = 22.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#50ED5E (or 0x50ED5E) is known color: Screamin' Green. HEX triplet: 50, ED and 5E. RGB value is (80,237,94). Sum of RGB (Red+Green+Blue) = 80+237+94=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED5E is #AF12A1. Grayscale: #AEAEAE. Windows color (decimal): -11473570 or 6221136. OLE color: 6221136.

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

Color convert

RGB 80 237 94 -
CMYK 0.66 0 0.60 0.07
HSL 125.35º 0.81% 0.62% -
HSV(B) 125.35º 0.66% 0.93% -
XYZ 35.61 63.08 20.89 -
YUV 173.76 82.99 61.13 -
System Red Green Blue C M Y K H S L
Decimal 80 237 94 0.66 0 0.60 0.07 125.35 0.81 0.62
Hex 50 ED 5E 42 0 3C 7 7D 51 3E
Octal 120 355 136 102 0 74 7 175 121 76
Binary 1010000 11101101 1011110 1000010 0 111100 111 1111101 1010001 111110

Color Harmonies of #50ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED5E

Black with #50ED5E

Text Example


Text Example

White with #50ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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