Html Css Color HEX #50F771 Screamin' Green

📋 copy color: '#50F771'

red 80 ◦ green 247 ◦ blue 113

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

Shades of Screamin' Green #50F771

Tints of Screamin' Green #50F771

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.14%

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 18.18%
G = 56.14%
B = 25.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#50F771 (or 0x50F771) is known color: Screamin' Green. HEX triplet: 50, F7 and 71. RGB value is (80,247,113). Sum of RGB (Red+Green+Blue) = 80+247+113=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #50F771 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F771 is #AF088E. Grayscale: #B6B6B6. Windows color (decimal): -11470991 or 7468880. OLE color: 7468880.

HSL color Cylindrical-coordinate representation of color #50F771: hue angle of 131.86º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F771 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 113 -
CMYK 0.68 0 0.54 0.03
HSL 131.86º 0.91% 0.64% -
HSV(B) 131.86º 0.68% 0.97% -
XYZ 39.55 69.42 26.94 -
YUV 181.79 89.17 55.4 -
System Red Green Blue C M Y K H S L
Decimal 80 247 113 0.68 0 0.54 0.03 131.86 0.91 0.64
Hex 50 F7 71 44 0 36 3 84 5B 40
Octal 120 367 161 104 0 66 3 204 133 100
Binary 1010000 11110111 1110001 1000100 0 110110 11 10000100 1011011 1000000

Color Harmonies of #50F771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F771

Black with #50F771

Text Example


Text Example

White with #50F771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,247,113); }

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

background-color css

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

 a { background-color: rgb(80,247,113); }

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

border-color css

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

 span { border-color: rgb(80,247,113); }

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