Html Css Color HEX #50F474 Screamin' Green

📋 copy color: '#50F474'

red 80 ◦ green 244 ◦ blue 116

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

Shades of Screamin' Green #50F474

Tints of Screamin' Green #50F474

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.45%

 BLUE value IS 116 (45.7% from 255) = 26.36%

R = 18.18%
G = 55.45%
B = 26.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#50F474 (or 0x50F474) is known color: Screamin' Green. HEX triplet: 50, F4 and 74. RGB value is (80,244,116). Sum of RGB (Red+Green+Blue) = 80+244+116=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #50F474 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F474 is #AF0B8B. Grayscale: #B4B4B4. Windows color (decimal): -11471756 or 7664720. OLE color: 7664720.

HSL color Cylindrical-coordinate representation of color #50F474: hue angle of 133.17º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F474 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 116 -
CMYK 0.67 0 0.52 0.04
HSL 133.17º 0.88% 0.64% -
HSV(B) 133.17º 0.67% 0.96% -
XYZ 38.81 67.67 27.54 -
YUV 180.37 91.67 56.41 -
System Red Green Blue C M Y K H S L
Decimal 80 244 116 0.67 0 0.52 0.04 133.17 0.88 0.64
Hex 50 F4 74 43 0 34 4 85 58 40
Octal 120 364 164 103 0 64 4 205 130 100
Binary 1010000 11110100 1110100 1000011 0 110100 100 10000101 1011000 1000000

Color Harmonies of #50F474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F474

Black with #50F474

Text Example


Text Example

White with #50F474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,116); }

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

background-color css

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

 a { background-color: rgb(80,244,116); }

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

border-color css

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

 span { border-color: rgb(80,244,116); }

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