Html Css Color HEX #50E64C Screamin' Green

📋 copy color: '#50E64C'

red 80 ◦ green 230 ◦ blue 76

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

Shades of Screamin' Green #50E64C

Tints of Screamin' Green #50E64C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 59.59%

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

R = 20.73%
G = 59.59%
B = 19.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#50E64C (or 0x50E64C) is known color: Screamin' Green. HEX triplet: 50, E6 and 4C. RGB value is (80,230,76). Sum of RGB (Red+Green+Blue) = 80+230+76=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 230 (90.23% from 255 or 59.59% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 230 - color contains mainly: green. Hex color #50E64C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E64C is #AF19B3. Grayscale: #A8A8A8. Windows color (decimal): -11475380 or 5039696. OLE color: 5039696.

HSL color Cylindrical-coordinate representation of color #50E64C: hue angle of 118.44º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50E64C is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 230 76 -
CMYK 0.65 0 0.67 0.10
HSL 118.44º 0.75% 0.6% -
HSV(B) 118.44º 0.67% 0.9% -
XYZ 32.91 58.82 16.46 -
YUV 167.59 76.31 65.52 -
System Red Green Blue C M Y K H S L
Decimal 80 230 76 0.65 0 0.67 0.10 118.44 0.75 0.6
Hex 50 E6 4C 41 0 43 A 76 4B 3C
Octal 120 346 114 101 0 103 12 166 113 74
Binary 1010000 11100110 1001100 1000001 0 1000011 1010 1110110 1001011 111100

Color Harmonies of #50E64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E64C

Black with #50E64C

Text Example


Text Example

White with #50E64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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