Html Css Color HEX #50F478 Screamin' Green

📋 copy color: '#50F478'

red 80 ◦ green 244 ◦ blue 120

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

Shades of Screamin' Green #50F478

Tints of Screamin' Green #50F478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 18.02%
G = 54.95%
B = 27.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#50F478 (or 0x50F478) is known color: Screamin' Green. HEX triplet: 50, F4 and 78. RGB value is (80,244,120). Sum of RGB (Red+Green+Blue) = 80+244+120=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #50F478 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F478 is #AF0B87. Grayscale: #B5B5B5. Windows color (decimal): -11471752 or 7926864. OLE color: 7926864.

HSL color Cylindrical-coordinate representation of color #50F478: hue angle of 134.63º 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 #50F478 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 120 -
CMYK 0.67 0 0.51 0.04
HSL 134.63º 0.88% 0.64% -
HSV(B) 134.63º 0.67% 0.96% -
XYZ 39.05 67.76 28.79 -
YUV 180.83 93.67 56.08 -
System Red Green Blue C M Y K H S L
Decimal 80 244 120 0.67 0 0.51 0.04 134.63 0.88 0.64
Hex 50 F4 78 43 0 33 4 87 58 40
Octal 120 364 170 103 0 63 4 207 130 100
Binary 1010000 11110100 1111000 1000011 0 110011 100 10000111 1011000 1000000

Color Harmonies of #50F478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F478

Black with #50F478

Text Example


Text Example

White with #50F478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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