Html Css Color HEX #50F938 Screamin' Green

📋 copy color: '#50F938'

red 80 ◦ green 249 ◦ blue 56

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

Shades of Screamin' Green #50F938

Tints of Screamin' Green #50F938

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.68%

 BLUE value IS 56 (22.27% from 255) = 14.55%

R = 20.78%
G = 64.68%
B = 14.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#50F938 (or 0x50F938) is known color: Screamin' Green. HEX triplet: 50, F9 and 38. RGB value is (80,249,56). Sum of RGB (Red+Green+Blue) = 80+249+56=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #50F938 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F938 is #AF06C7. Grayscale: #B1B1B1. Windows color (decimal): -11470536 or 3733840. OLE color: 3733840.

HSL color Cylindrical-coordinate representation of color #50F938: hue angle of 112.54º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50F938 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 249 56 -
CMYK 0.68 0 0.78 0.02
HSL 112.54º 0.94% 0.6% -
HSV(B) 112.54º 0.78% 0.98% -
XYZ 37.9 69.74 15.21 -
YUV 176.47 60.01 59.19 -
System Red Green Blue C M Y K H S L
Decimal 80 249 56 0.68 0 0.78 0.02 112.54 0.94 0.6
Hex 50 F9 38 44 0 4E 2 71 5E 3C
Octal 120 371 70 104 0 116 2 161 136 74
Binary 1010000 11111001 111000 1000100 0 1001110 10 1110001 1011110 111100

Color Harmonies of #50F938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F938

Black with #50F938

Text Example


Text Example

White with #50F938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,249,56); }

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

background-color css

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

 a { background-color: rgb(80,249,56); }

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

border-color css

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

 span { border-color: rgb(80,249,56); }

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