Html Css Color HEX #50FD70 Screamin' Green

📋 copy color: '#50FD70'

red 80 ◦ green 253 ◦ blue 112

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

Shades of Screamin' Green #50FD70

Tints of Screamin' Green #50FD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.17%

R = 17.98%
G = 56.85%
B = 25.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#50FD70 (or 0x50FD70) is known color: Screamin' Green. HEX triplet: 50, FD and 70. RGB value is (80,253,112). Sum of RGB (Red+Green+Blue) = 80+253+112=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FD70 is #AF028F. Grayscale: #B9B9B9. Windows color (decimal): -11469456 or 7404880. OLE color: 7404880.

HSL color Cylindrical-coordinate representation of color #50FD70: hue angle of 131.1º 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 #50FD70 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 112 -
CMYK 0.68 0 0.56 0.01
HSL 131.1º 0.98% 0.65% -
HSV(B) 131.1º 0.68% 0.99% -
XYZ 41.36 73.13 27.26 -
YUV 185.2 86.69 52.96 -
System Red Green Blue C M Y K H S L
Decimal 80 253 112 0.68 0 0.56 0.01 131.1 0.98 0.65
Hex 50 FD 70 44 0 38 1 83 62 41
Octal 120 375 160 104 0 70 1 203 142 101
Binary 1010000 11111101 1110000 1000100 0 111000 1 10000011 1100010 1000001

Color Harmonies of #50FD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD70

Black with #50FD70

Text Example


Text Example

White with #50FD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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