Html Css Color HEX #50E946 Screamin' Green

📋 copy color: '#50E946'

red 80 ◦ green 233 ◦ blue 70

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

Shades of Screamin' Green #50E946

Tints of Screamin' Green #50E946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.84%

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 20.89%
G = 60.84%
B = 18.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#50E946 (or 0x50E946) is known color: Screamin' Green. HEX triplet: 50, E9 and 46. RGB value is (80,233,70). Sum of RGB (Red+Green+Blue) = 80+233+70=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 233 (91.41% from 255 or 60.84% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 233 - color contains mainly: green. Hex color #50E946 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E946 is #AF16B9. Grayscale: #A9A9A9. Windows color (decimal): -11474618 or 4647248. OLE color: 4647248.

HSL color Cylindrical-coordinate representation of color #50E946: hue angle of 116.32º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50E946 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 70 -
CMYK 0.66 0 0.70 0.09
HSL 116.32º 0.79% 0.59% -
HSV(B) 116.32º 0.7% 0.91% -
XYZ 33.55 60.43 15.69 -
YUV 168.67 72.31 64.75 -
System Red Green Blue C M Y K H S L
Decimal 80 233 70 0.66 0 0.70 0.09 116.32 0.79 0.59
Hex 50 E9 46 42 0 46 9 74 4F 3B
Octal 120 351 106 102 0 106 11 164 117 73
Binary 1010000 11101001 1000110 1000010 0 1000110 1001 1110100 1001111 111011

Color Harmonies of #50E946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E946

Black with #50E946

Text Example


Text Example

White with #50E946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,233,70); }

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

background-color css

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

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

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

border-color css

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

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

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