Html Css Color HEX #50F37F Screamin' Green

📋 copy color: '#50F37F'

red 80 ◦ green 243 ◦ blue 127

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

Shades of Screamin' Green #50F37F

Tints of Screamin' Green #50F37F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 17.78%
G = 54%
B = 28.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#50F37F (or 0x50F37F) is known color: Screamin' Green. HEX triplet: 50, F3 and 7F. RGB value is (80,243,127). Sum of RGB (Red+Green+Blue) = 80+243+127=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #50F37F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F37F is #AF0C80. Grayscale: #B5B5B5. Windows color (decimal): -11472001 or 8385360. OLE color: 8385360.

HSL color Cylindrical-coordinate representation of color #50F37F: hue angle of 137.3º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F37F is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 243 127 -
CMYK 0.67 0 0.48 0.05
HSL 137.3º 0.87% 0.63% -
HSV(B) 137.3º 0.67% 0.95% -
XYZ 39.19 67.34 31.01 -
YUV 181.04 97.5 55.93 -
System Red Green Blue C M Y K H S L
Decimal 80 243 127 0.67 0 0.48 0.05 137.3 0.87 0.63
Hex 50 F3 7F 43 0 30 5 89 57 3F
Octal 120 363 177 103 0 60 5 211 127 77
Binary 1010000 11110011 1111111 1000011 0 110000 101 10001001 1010111 111111

Color Harmonies of #50F37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F37F

Black with #50F37F

Text Example


Text Example

White with #50F37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,243,127); }

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

background-color css

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

 a { background-color: rgb(80,243,127); }

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

border-color css

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

 span { border-color: rgb(80,243,127); }

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