Html Css Color HEX #50E95A Screamin' Green

📋 copy color: '#50E95A'

red 80 ◦ green 233 ◦ blue 90

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

Shades of Screamin' Green #50E95A

Tints of Screamin' Green #50E95A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 57.82%

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

R = 19.85%
G = 57.82%
B = 22.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#50E95A (or 0x50E95A) is known color: Screamin' Green. HEX triplet: 50, E9 and 5A. RGB value is (80,233,90). Sum of RGB (Red+Green+Blue) = 80+233+90=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #50E95A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E95A is #AF16A5. Grayscale: #ABABAB. Windows color (decimal): -11474598 or 5957968. OLE color: 5957968.

HSL color Cylindrical-coordinate representation of color #50E95A: hue angle of 123.92º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E95A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 90 -
CMYK 0.66 0 0.61 0.09
HSL 123.92º 0.78% 0.61% -
HSV(B) 123.92º 0.66% 0.91% -
XYZ 34.29 60.72 19.59 -
YUV 170.95 82.31 63.13 -
System Red Green Blue C M Y K H S L
Decimal 80 233 90 0.66 0 0.61 0.09 123.92 0.78 0.61
Hex 50 E9 5A 42 0 3D 9 7C 4E 3D
Octal 120 351 132 102 0 75 11 174 116 75
Binary 1010000 11101001 1011010 1000010 0 111101 1001 1111100 1001110 111101

Color Harmonies of #50E95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E95A

Black with #50E95A

Text Example


Text Example

White with #50E95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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