Html Css Color HEX #50F340 Screamin' Green

📋 copy color: '#50F340'

red 80 ◦ green 243 ◦ blue 64

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

Shades of Screamin' Green #50F340

Tints of Screamin' Green #50F340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 20.67%
G = 62.79%
B = 16.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#50F340 (or 0x50F340) is known color: Screamin' Green. HEX triplet: 50, F3 and 40. RGB value is (80,243,64). Sum of RGB (Red+Green+Blue) = 80+243+64=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 243 (95.31% from 255 or 62.79% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 243 - color contains mainly: green. Hex color #50F340 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F340 is #AF0CBF. Grayscale: #AEAEAE. Windows color (decimal): -11472064 or 4256592. OLE color: 4256592.

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

Color convert

RGB 80 243 64 -
CMYK 0.67 0 0.74 0.05
HSL 114.64º 0.88% 0.6% -
HSV(B) 114.64º 0.74% 0.95% -
XYZ 36.28 66.18 15.71 -
YUV 173.86 66 61.05 -
System Red Green Blue C M Y K H S L
Decimal 80 243 64 0.67 0 0.74 0.05 114.64 0.88 0.6
Hex 50 F3 40 43 0 4A 5 73 58 3C
Octal 120 363 100 103 0 112 5 163 130 74
Binary 1010000 11110011 1000000 1000011 0 1001010 101 1110011 1011000 111100

Color Harmonies of #50F340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F340

Black with #50F340

Text Example


Text Example

White with #50F340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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