Html Css Color HEX #50FC84 Screamin' Green

📋 copy color: '#50FC84'

red 80 ◦ green 252 ◦ blue 132

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

Shades of Screamin' Green #50FC84

Tints of Screamin' Green #50FC84

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.31%

 BLUE value IS 132 (51.95% from 255) = 28.45%

R = 17.24%
G = 54.31%
B = 28.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#50FC84 (or 0x50FC84) is known color: Screamin' Green. HEX triplet: 50, FC and 84. RGB value is (80,252,132). Sum of RGB (Red+Green+Blue) = 80+252+132=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FC84 is #AF037B. Grayscale: #BBBBBB. Windows color (decimal): -11469692 or 8715344. OLE color: 8715344.

HSL color Cylindrical-coordinate representation of color #50FC84: hue angle of 138.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FC84 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 252 132 -
CMYK 0.68 0 0.48 0.01
HSL 138.14º 0.97% 0.65% -
HSV(B) 138.14º 0.68% 0.99% -
XYZ 42.28 72.99 33.69 -
YUV 186.89 97.02 51.76 -
System Red Green Blue C M Y K H S L
Decimal 80 252 132 0.68 0 0.48 0.01 138.14 0.97 0.65
Hex 50 FC 84 44 0 30 1 8A 61 41
Octal 120 374 204 104 0 60 1 212 141 101
Binary 1010000 11111100 10000100 1000100 0 110000 1 10001010 1100001 1000001

Color Harmonies of #50FC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FC84

Black with #50FC84

Text Example


Text Example

White with #50FC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,252,132); }

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

background-color css

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

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

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

border-color css

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

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

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