Html Css Color HEX #50F96D Screamin' Green

📋 copy color: '#50F96D'

red 80 ◦ green 249 ◦ blue 109

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

Shades of Screamin' Green #50F96D

Tints of Screamin' Green #50F96D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.85%

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

R = 18.26%
G = 56.85%
B = 24.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#50F96D (or 0x50F96D) is known color: Screamin' Green. HEX triplet: 50, F9 and 6D. RGB value is (80,249,109). Sum of RGB (Red+Green+Blue) = 80+249+109=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 249 (97.66% from 255 or 56.85% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 249 - color contains mainly: green. Hex color #50F96D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F96D is #AF0692. Grayscale: #B6B6B6. Windows color (decimal): -11470483 or 7207248. OLE color: 7207248.

HSL color Cylindrical-coordinate representation of color #50F96D: hue angle of 130.3º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F96D is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 249 109 -
CMYK 0.68 0 0.56 0.02
HSL 130.3º 0.93% 0.65% -
HSV(B) 130.3º 0.68% 0.98% -
XYZ 39.94 70.56 25.98 -
YUV 182.51 86.51 54.88 -
System Red Green Blue C M Y K H S L
Decimal 80 249 109 0.68 0 0.56 0.02 130.3 0.93 0.65
Hex 50 F9 6D 44 0 38 2 82 5D 41
Octal 120 371 155 104 0 70 2 202 135 101
Binary 1010000 11111001 1101101 1000100 0 111000 10 10000010 1011101 1000001

Color Harmonies of #50F96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F96D

Black with #50F96D

Text Example


Text Example

White with #50F96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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