Html Css Color HEX #50F375 Screamin' Green

📋 copy color: '#50F375'

red 80 ◦ green 243 ◦ blue 117

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

Shades of Screamin' Green #50F375

Tints of Screamin' Green #50F375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 18.18%
G = 55.23%
B = 26.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#50F375 (or 0x50F375) is known color: Screamin' Green. HEX triplet: 50, F3 and 75. RGB value is (80,243,117). Sum of RGB (Red+Green+Blue) = 80+243+117=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #50F375 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F375 is #AF0C8A. Grayscale: #B4B4B4. Windows color (decimal): -11472011 or 7730000. OLE color: 7730000.

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

Color convert

RGB 80 243 117 -
CMYK 0.67 0 0.52 0.05
HSL 133.62º 0.87% 0.63% -
HSV(B) 133.62º 0.67% 0.95% -
XYZ 38.57 67.09 27.75 -
YUV 179.9 92.5 56.75 -
System Red Green Blue C M Y K H S L
Decimal 80 243 117 0.67 0 0.52 0.05 133.62 0.87 0.63
Hex 50 F3 75 43 0 34 5 86 57 3F
Octal 120 363 165 103 0 64 5 206 127 77
Binary 1010000 11110011 1110101 1000011 0 110100 101 10000110 1010111 111111

Color Harmonies of #50F375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F375

Black with #50F375

Text Example


Text Example

White with #50F375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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