Html Css Color HEX #50EB50 Screamin' Green

📋 copy color: '#50EB50'

red 80 ◦ green 235 ◦ blue 80

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

Shades of Screamin' Green #50EB50

Tints of Screamin' Green #50EB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.49%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 20.25%
G = 59.49%
B = 20.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#50EB50 (or 0x50EB50) is known color: Screamin' Green. HEX triplet: 50, EB and 50. RGB value is (80,235,80). Sum of RGB (Red+Green+Blue) = 80+235+80=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 235 (92.19% from 255 or 59.49% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB50 is #AF14AF. Grayscale: #ABABAB. Windows color (decimal): -11474096 or 5303120. OLE color: 5303120.

HSL color Cylindrical-coordinate representation of color #50EB50: hue angle of 120º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EB50 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 235 80 -
CMYK 0.66 0 0.66 0.08
HSL 120º 0.79% 0.62% -
HSV(B) 120º 0.66% 0.92% -
XYZ 34.46 61.7 17.68 -
YUV 170.99 76.65 63.1 -
System Red Green Blue C M Y K H S L
Decimal 80 235 80 0.66 0 0.66 0.08 120 0.79 0.62
Hex 50 EB 50 42 0 42 8 78 4F 3E
Octal 120 353 120 102 0 102 10 170 117 76
Binary 1010000 11101011 1010000 1000010 0 1000010 1000 1111000 1001111 111110

Color Harmonies of #50EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EB50

Black with #50EB50

Text Example


Text Example

White with #50EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,235,80); }

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

background-color css

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

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

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

border-color css

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

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

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