Html Css Color HEX #50EE76 Screamin' Green

📋 copy color: '#50EE76'

red 80 ◦ green 238 ◦ blue 118

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

Shades of Screamin' Green #50EE76

Tints of Screamin' Green #50EE76

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.59%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 18.35%
G = 54.59%
B = 27.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#50EE76 (or 0x50EE76) is known color: Screamin' Green. HEX triplet: 50, EE and 76. RGB value is (80,238,118). Sum of RGB (Red+Green+Blue) = 80+238+118=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EE76 is #AF1189. Grayscale: #B1B1B1. Windows color (decimal): -11473290 or 7794256. OLE color: 7794256.

HSL color Cylindrical-coordinate representation of color #50EE76: hue angle of 134.43º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EE76 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 118 -
CMYK 0.66 0 0.50 0.07
HSL 134.43º 0.82% 0.62% -
HSV(B) 134.43º 0.66% 0.93% -
XYZ 37.15 64.16 27.57 -
YUV 177.08 94.65 58.76 -
System Red Green Blue C M Y K H S L
Decimal 80 238 118 0.66 0 0.50 0.07 134.43 0.82 0.62
Hex 50 EE 76 42 0 32 7 86 52 3E
Octal 120 356 166 102 0 62 7 206 122 76
Binary 1010000 11101110 1110110 1000010 0 110010 111 10000110 1010010 111110

Color Harmonies of #50EE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE76

Black with #50EE76

Text Example


Text Example

White with #50EE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,238,118); }

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

background-color css

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

 a { background-color: rgb(80,238,118); }

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

border-color css

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

 span { border-color: rgb(80,238,118); }

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