Html Css Color HEX #50F63A Screamin' Green

📋 copy color: '#50F63A'

red 80 ◦ green 246 ◦ blue 58

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

Shades of Screamin' Green #50F63A

Tints of Screamin' Green #50F63A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.06%

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 20.83%
G = 64.06%
B = 15.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#50F63A (or 0x50F63A) is known color: Screamin' Green. HEX triplet: 50, F6 and 3A. RGB value is (80,246,58). Sum of RGB (Red+Green+Blue) = 80+246+58=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 246 (96.48% from 255 or 64.06% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 246 - color contains mainly: green. Hex color #50F63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F63A is #AF09C5. Grayscale: #AFAFAF. Windows color (decimal): -11471302 or 3864144. OLE color: 3864144.

HSL color Cylindrical-coordinate representation of color #50F63A: hue angle of 112.98º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50F63A is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 246 58 -
CMYK 0.67 0 0.76 0.04
HSL 112.98º 0.91% 0.6% -
HSV(B) 112.98º 0.76% 0.96% -
XYZ 37.03 67.92 15.16 -
YUV 174.93 62 60.29 -
System Red Green Blue C M Y K H S L
Decimal 80 246 58 0.67 0 0.76 0.04 112.98 0.91 0.6
Hex 50 F6 3A 43 0 4C 4 71 5B 3C
Octal 120 366 72 103 0 114 4 161 133 74
Binary 1010000 11110110 111010 1000011 0 1001100 100 1110001 1011011 111100

Color Harmonies of #50F63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F63A

Black with #50F63A

Text Example


Text Example

White with #50F63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,246,58); }

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

background-color css

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

 a { background-color: rgb(80,246,58); }

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

border-color css

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

 span { border-color: rgb(80,246,58); }

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