Html Css Color HEX #50F471 Screamin' Green

📋 copy color: '#50F471'

red 80 ◦ green 244 ◦ blue 113

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

Shades of Screamin' Green #50F471

Tints of Screamin' Green #50F471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 18.31%
G = 55.84%
B = 25.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#50F471 (or 0x50F471) is known color: Screamin' Green. HEX triplet: 50, F4 and 71. RGB value is (80,244,113). Sum of RGB (Red+Green+Blue) = 80+244+113=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #50F471 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F471 is #AF0B8E. Grayscale: #B4B4B4. Windows color (decimal): -11471759 or 7468112. OLE color: 7468112.

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

Color convert

RGB 80 244 113 -
CMYK 0.67 0 0.54 0.04
HSL 132.07º 0.88% 0.64% -
HSV(B) 132.07º 0.67% 0.96% -
XYZ 38.64 67.6 26.63 -
YUV 180.03 90.17 56.65 -
System Red Green Blue C M Y K H S L
Decimal 80 244 113 0.67 0 0.54 0.04 132.07 0.88 0.64
Hex 50 F4 71 43 0 36 4 84 58 40
Octal 120 364 161 103 0 66 4 204 130 100
Binary 1010000 11110100 1110001 1000011 0 110110 100 10000100 1011000 1000000

Color Harmonies of #50F471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F471

Black with #50F471

Text Example


Text Example

White with #50F471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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