Html Css Color HEX #50EC5A Screamin' Green

📋 copy color: '#50EC5A'

red 80 ◦ green 236 ◦ blue 90

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

Shades of Screamin' Green #50EC5A

Tints of Screamin' Green #50EC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 58.13%

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 19.7%
G = 58.13%
B = 22.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#50EC5A (or 0x50EC5A) is known color: Screamin' Green. HEX triplet: 50, EC and 5A. RGB value is (80,236,90). Sum of RGB (Red+Green+Blue) = 80+236+90=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC5A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC5A is #AF13A5. Grayscale: #ADADAD. Windows color (decimal): -11473830 or 5958736. OLE color: 5958736.

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

Color convert

RGB 80 236 90 -
CMYK 0.66 0 0.62 0.07
HSL 123.85º 0.8% 0.62% -
HSV(B) 123.85º 0.66% 0.93% -
XYZ 35.15 62.43 19.87 -
YUV 172.71 81.32 61.87 -
System Red Green Blue C M Y K H S L
Decimal 80 236 90 0.66 0 0.62 0.07 123.85 0.8 0.62
Hex 50 EC 5A 42 0 3E 7 7C 50 3E
Octal 120 354 132 102 0 76 7 174 120 76
Binary 1010000 11101100 1011010 1000010 0 111110 111 1111100 1010000 111110

Color Harmonies of #50EC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC5A

Black with #50EC5A

Text Example


Text Example

White with #50EC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,90); }

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

background-color css

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

 a { background-color: rgb(80,236,90); }

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

border-color css

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

 span { border-color: rgb(80,236,90); }

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