Html Css Color HEX #50FD6D Screamin' Green

📋 copy color: '#50FD6D'

red 80 ◦ green 253 ◦ blue 109

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

Shades of Screamin' Green #50FD6D

Tints of Screamin' Green #50FD6D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.24%

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

R = 18.1%
G = 57.24%
B = 24.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#50FD6D (or 0x50FD6D) is known color: Screamin' Green. HEX triplet: 50, FD and 6D. RGB value is (80,253,109). Sum of RGB (Red+Green+Blue) = 80+253+109=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FD6D is #AF0292. Grayscale: #B9B9B9. Windows color (decimal): -11469459 or 7208272. OLE color: 7208272.

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

Color convert

RGB 80 253 109 -
CMYK 0.68 0 0.57 0.01
HSL 130.06º 0.98% 0.65% -
HSV(B) 130.06º 0.68% 0.99% -
XYZ 41.19 73.06 26.4 -
YUV 184.86 85.19 53.21 -
System Red Green Blue C M Y K H S L
Decimal 80 253 109 0.68 0 0.57 0.01 130.06 0.98 0.65
Hex 50 FD 6D 44 0 39 1 82 62 41
Octal 120 375 155 104 0 71 1 202 142 101
Binary 1010000 11111101 1101101 1000100 0 111001 1 10000010 1100010 1000001

Color Harmonies of #50FD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD6D

Black with #50FD6D

Text Example


Text Example

White with #50FD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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