Html Css Color HEX #50F768 Screamin' Green

📋 copy color: '#50F768'

red 80 ◦ green 247 ◦ blue 104

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

Shades of Screamin' Green #50F768

Tints of Screamin' Green #50F768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.31%

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 18.56%
G = 57.31%
B = 24.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#50F768 (or 0x50F768) is known color: Screamin' Green. HEX triplet: 50, F7 and 68. RGB value is (80,247,104). Sum of RGB (Red+Green+Blue) = 80+247+104=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #50F768 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F768 is #AF0897. Grayscale: #B5B5B5. Windows color (decimal): -11471000 or 6879056. OLE color: 6879056.

HSL color Cylindrical-coordinate representation of color #50F768: hue angle of 128.62º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F768 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 104 -
CMYK 0.68 0 0.58 0.03
HSL 128.62º 0.91% 0.64% -
HSV(B) 128.62º 0.68% 0.97% -
XYZ 39.07 69.23 24.4 -
YUV 180.77 84.67 56.13 -
System Red Green Blue C M Y K H S L
Decimal 80 247 104 0.68 0 0.58 0.03 128.62 0.91 0.64
Hex 50 F7 68 44 0 3A 3 81 5B 40
Octal 120 367 150 104 0 72 3 201 133 100
Binary 1010000 11110111 1101000 1000100 0 111010 11 10000001 1011011 1000000

Color Harmonies of #50F768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F768

Black with #50F768

Text Example


Text Example

White with #50F768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,247,104); }

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

background-color css

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

 a { background-color: rgb(80,247,104); }

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

border-color css

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

 span { border-color: rgb(80,247,104); }

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