Html Css Color HEX #50ED6E Screamin' Green

📋 copy color: '#50ED6E'

red 80 ◦ green 237 ◦ blue 110

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

Shades of Screamin' Green #50ED6E

Tints of Screamin' Green #50ED6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 18.74%
G = 55.5%
B = 25.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#50ED6E (or 0x50ED6E) is known color: Screamin' Green. HEX triplet: 50, ED and 6E. RGB value is (80,237,110). Sum of RGB (Red+Green+Blue) = 80+237+110=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 237 (92.97% from 255 or 55.50% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED6E is #AF1291. Grayscale: #AFAFAF. Windows color (decimal): -11473554 or 7269712. OLE color: 7269712.

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

Color convert

RGB 80 237 110 -
CMYK 0.66 0 0.54 0.07
HSL 131.47º 0.81% 0.62% -
HSV(B) 131.47º 0.66% 0.93% -
XYZ 36.41 63.4 25.07 -
YUV 175.58 90.99 59.83 -
System Red Green Blue C M Y K H S L
Decimal 80 237 110 0.66 0 0.54 0.07 131.47 0.81 0.62
Hex 50 ED 6E 42 0 36 7 83 51 3E
Octal 120 355 156 102 0 66 7 203 121 76
Binary 1010000 11101101 1101110 1000010 0 110110 111 10000011 1010001 111110

Color Harmonies of #50ED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED6E

Black with #50ED6E

Text Example


Text Example

White with #50ED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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