Html Css Color HEX #50E24C Screamin' Green

📋 copy color: '#50E24C'

red 80 ◦ green 226 ◦ blue 76

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

Shades of Screamin' Green #50E24C

Tints of Screamin' Green #50E24C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 59.16%

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 20.94%
G = 59.16%
B = 19.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#50E24C (or 0x50E24C) is known color: Screamin' Green. HEX triplet: 50, E2 and 4C. RGB value is (80,226,76). Sum of RGB (Red+Green+Blue) = 80+226+76=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 226 (88.67% from 255 or 59.16% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 226 - color contains mainly: green. Hex color #50E24C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E24C is #AF1DB3. Grayscale: #A5A5A5. Windows color (decimal): -11476404 or 5038672. OLE color: 5038672.

HSL color Cylindrical-coordinate representation of color #50E24C: hue angle of 118.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E24C is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 76 -
CMYK 0.65 0 0.66 0.11
HSL 118.4º 0.72% 0.59% -
HSV(B) 118.4º 0.66% 0.89% -
XYZ 31.81 56.62 16.09 -
YUV 165.25 77.63 67.2 -
System Red Green Blue C M Y K H S L
Decimal 80 226 76 0.65 0 0.66 0.11 118.4 0.72 0.59
Hex 50 E2 4C 41 0 42 B 76 48 3B
Octal 120 342 114 101 0 102 13 166 110 73
Binary 1010000 11100010 1001100 1000001 0 1000010 1011 1110110 1001000 111011

Color Harmonies of #50E24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E24C

Black with #50E24C

Text Example


Text Example

White with #50E24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,226,76); }

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

background-color css

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

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

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

border-color css

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

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

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