Html Css Color HEX #50F56D Screamin' Green

📋 copy color: '#50F56D'

red 80 ◦ green 245 ◦ blue 109

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

Shades of Screamin' Green #50F56D

Tints of Screamin' Green #50F56D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.45%

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 18.43%
G = 56.45%
B = 25.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#50F56D (or 0x50F56D) is known color: Screamin' Green. HEX triplet: 50, F5 and 6D. RGB value is (80,245,109). Sum of RGB (Red+Green+Blue) = 80+245+109=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #50F56D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F56D is #AF0A92. Grayscale: #B4B4B4. Windows color (decimal): -11471507 or 7206224. OLE color: 7206224.

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

Color convert

RGB 80 245 109 -
CMYK 0.67 0 0.56 0.04
HSL 130.55º 0.89% 0.64% -
HSV(B) 130.55º 0.67% 0.96% -
XYZ 38.72 68.11 25.57 -
YUV 180.16 87.84 56.56 -
System Red Green Blue C M Y K H S L
Decimal 80 245 109 0.67 0 0.56 0.04 130.55 0.89 0.64
Hex 50 F5 6D 43 0 38 4 83 59 40
Octal 120 365 155 103 0 70 4 203 131 100
Binary 1010000 11110101 1101101 1000011 0 111000 100 10000011 1011001 1000000

Color Harmonies of #50F56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F56D

Black with #50F56D

Text Example


Text Example

White with #50F56D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,245,109); }

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

background-color css

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

 a { background-color: rgb(80,245,109); }

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

border-color css

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

 span { border-color: rgb(80,245,109); }

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