Html Css Color HEX #50EE49 Screamin' Green

📋 copy color: '#50EE49'

red 80 ◦ green 238 ◦ blue 73

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

Shades of Screamin' Green #50EE49

Tints of Screamin' Green #50EE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 20.46%
G = 60.87%
B = 18.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#50EE49 (or 0x50EE49) is known color: Screamin' Green. HEX triplet: 50, EE and 49. RGB value is (80,238,73). Sum of RGB (Red+Green+Blue) = 80+238+73=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 238 (93.36% from 255 or 60.87% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EE49 is #AF11B6. Grayscale: #ACACAC. Windows color (decimal): -11473335 or 4845136. OLE color: 4845136.

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

Color convert

RGB 80 238 73 -
CMYK 0.66 0 0.69 0.07
HSL 117.45º 0.83% 0.61% -
HSV(B) 117.45º 0.69% 0.93% -
XYZ 35.09 63.34 16.68 -
YUV 171.95 72.15 62.42 -
System Red Green Blue C M Y K H S L
Decimal 80 238 73 0.66 0 0.69 0.07 117.45 0.83 0.61
Hex 50 EE 49 42 0 45 7 75 53 3D
Octal 120 356 111 102 0 105 7 165 123 75
Binary 1010000 11101110 1001001 1000010 0 1000101 111 1110101 1010011 111101

Color Harmonies of #50EE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE49

Black with #50EE49

Text Example


Text Example

White with #50EE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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