Html Css Color HEX #50EA60 Screamin' Green

📋 copy color: '#50EA60'

red 80 ◦ green 234 ◦ blue 96

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

Shades of Screamin' Green #50EA60

Tints of Screamin' Green #50EA60

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.07%

 BLUE value IS 96 (37.89% from 255) = 23.41%

R = 19.51%
G = 57.07%
B = 23.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#50EA60 (or 0x50EA60) is known color: Screamin' Green. HEX triplet: 50, EA and 60. RGB value is (80,234,96). Sum of RGB (Red+Green+Blue) = 80+234+96=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 234 (91.80% from 255 or 57.07% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA60 is #AF159F. Grayscale: #ACACAC. Windows color (decimal): -11474336 or 6351440. OLE color: 6351440.

HSL color Cylindrical-coordinate representation of color #50EA60: hue angle of 126.23º 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 #50EA60 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 96 -
CMYK 0.66 0 0.59 0.08
HSL 126.23º 0.79% 0.62% -
HSV(B) 126.23º 0.66% 0.92% -
XYZ 34.84 61.4 21.08 -
YUV 172.22 84.98 62.22 -
System Red Green Blue C M Y K H S L
Decimal 80 234 96 0.66 0 0.59 0.08 126.23 0.79 0.62
Hex 50 EA 60 42 0 3B 8 7E 4F 3E
Octal 120 352 140 102 0 73 10 176 117 76
Binary 1010000 11101010 1100000 1000010 0 111011 1000 1111110 1001111 111110

Color Harmonies of #50EA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA60

Black with #50EA60

Text Example


Text Example

White with #50EA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,96); }

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

background-color css

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

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

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

border-color css

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

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

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