Html Css Color HEX #50FD73 Screamin' Green

📋 copy color: '#50FD73'

red 80 ◦ green 253 ◦ blue 115

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

Shades of Screamin' Green #50FD73

Tints of Screamin' Green #50FD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 17.86%
G = 56.47%
B = 25.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#50FD73 (or 0x50FD73) is known color: Screamin' Green. HEX triplet: 50, FD and 73. RGB value is (80,253,115). Sum of RGB (Red+Green+Blue) = 80+253+115=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FD73 is #AF028C. Grayscale: #B9B9B9. Windows color (decimal): -11469453 or 7601488. OLE color: 7601488.

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

Color convert

RGB 80 253 115 -
CMYK 0.68 0 0.55 0.01
HSL 132.14º 0.98% 0.65% -
HSV(B) 132.14º 0.68% 0.99% -
XYZ 41.53 73.19 28.16 -
YUV 185.54 88.19 52.72 -
System Red Green Blue C M Y K H S L
Decimal 80 253 115 0.68 0 0.55 0.01 132.14 0.98 0.65
Hex 50 FD 73 44 0 37 1 84 62 41
Octal 120 375 163 104 0 67 1 204 142 101
Binary 1010000 11111101 1110011 1000100 0 110111 1 10000100 1100010 1000001

Color Harmonies of #50FD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD73

Black with #50FD73

Text Example


Text Example

White with #50FD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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