Html Css Color HEX #50FB50 Screamin' Green

📋 copy color: '#50FB50'

red 80 ◦ green 251 ◦ blue 80

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

Shades of Screamin' Green #50FB50

Tints of Screamin' Green #50FB50

RGB

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

 GREEN value IS 251 (98.44% from 255) = 61.07%

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 19.46%
G = 61.07%
B = 19.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#50FB50 (or 0x50FB50) is known color: Screamin' Green. HEX triplet: 50, FB and 50. RGB value is (80,251,80). Sum of RGB (Red+Green+Blue) = 80+251+80=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FB50 is #AF04AF. Grayscale: #B4B4B4. Windows color (decimal): -11470000 or 5307216. OLE color: 5307216.

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

Color convert

RGB 80 251 80 -
CMYK 0.68 0 0.68 0.02
HSL 120º 0.96% 0.65% -
HSV(B) 120º 0.68% 0.98% -
XYZ 39.25 71.28 19.28 -
YUV 180.38 71.35 56.4 -
System Red Green Blue C M Y K H S L
Decimal 80 251 80 0.68 0 0.68 0.02 120 0.96 0.65
Hex 50 FB 50 44 0 44 2 78 60 41
Octal 120 373 120 104 0 104 2 170 140 101
Binary 1010000 11111011 1010000 1000100 0 1000100 10 1111000 1100000 1000001

Color Harmonies of #50FB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FB50

Black with #50FB50

Text Example


Text Example

White with #50FB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,251,80); }

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

background-color css

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

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

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

border-color css

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

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

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