Html Css Color HEX #50E05C Screamin' Green

📋 copy color: '#50E05C'

red 80 ◦ green 224 ◦ blue 92

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

Shades of Screamin' Green #50E05C

Tints of Screamin' Green #50E05C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.57%

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 20.2%
G = 56.57%
B = 23.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#50E05C (or 0x50E05C) is known color: Screamin' Green. HEX triplet: 50, E0 and 5C. RGB value is (80,224,92). Sum of RGB (Red+Green+Blue) = 80+224+92=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 224 (87.89% from 255 or 56.57% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 224 - color contains mainly: green. Hex color #50E05C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E05C is #AF1FA3. Grayscale: #A6A6A6. Windows color (decimal): -11476900 or 6086736. OLE color: 6086736.

HSL color Cylindrical-coordinate representation of color #50E05C: hue angle of 125º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E05C is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 92 -
CMYK 0.64 0 0.59 0.12
HSL 125º 0.7% 0.6% -
HSV(B) 125º 0.64% 0.88% -
XYZ 31.9 55.79 19.21 -
YUV 165.9 86.29 66.73 -
System Red Green Blue C M Y K H S L
Decimal 80 224 92 0.64 0 0.59 0.12 125 0.7 0.6
Hex 50 E0 5C 40 0 3B C 7D 46 3C
Octal 120 340 134 100 0 73 14 175 106 74
Binary 1010000 11100000 1011100 1000000 0 111011 1100 1111101 1000110 111100

Color Harmonies of #50E05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E05C

Black with #50E05C

Text Example


Text Example

White with #50E05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,92); }

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

background-color css

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

 a { background-color: rgb(80,224,92); }

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

border-color css

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

 span { border-color: rgb(80,224,92); }

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