Html Css Color HEX #50FD81 Screamin' Green

📋 copy color: '#50FD81'

red 80 ◦ green 253 ◦ blue 129

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

Shades of Screamin' Green #50FD81

Tints of Screamin' Green #50FD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.92%

R = 17.32%
G = 54.76%
B = 27.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#50FD81 (or 0x50FD81) is known color: Screamin' Green. HEX triplet: 50, FD and 81. RGB value is (80,253,129). Sum of RGB (Red+Green+Blue) = 80+253+129=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FD81 is #AF027E. Grayscale: #BBBBBB. Windows color (decimal): -11469439 or 8518992. OLE color: 8518992.

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

Color convert

RGB 80 253 129 -
CMYK 0.68 0 0.49 0.01
HSL 136.99º 0.98% 0.65% -
HSV(B) 136.99º 0.68% 0.99% -
XYZ 42.4 73.54 32.73 -
YUV 187.14 95.19 51.58 -
System Red Green Blue C M Y K H S L
Decimal 80 253 129 0.68 0 0.49 0.01 136.99 0.98 0.65
Hex 50 FD 81 44 0 31 1 89 62 41
Octal 120 375 201 104 0 61 1 211 142 101
Binary 1010000 11111101 10000001 1000100 0 110001 1 10001001 1100010 1000001

Color Harmonies of #50FD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD81

Black with #50FD81

Text Example


Text Example

White with #50FD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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