Html Css Color HEX #50FC4D Screamin' Green

📋 copy color: '#50FC4D'

red 80 ◦ green 252 ◦ blue 77

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

Shades of Screamin' Green #50FC4D

Tints of Screamin' Green #50FC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 19.56%
G = 61.61%
B = 18.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#50FC4D (or 0x50FC4D) is known color: Screamin' Green. HEX triplet: 50, FC and 4D. RGB value is (80,252,77). Sum of RGB (Red+Green+Blue) = 80+252+77=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 252 (98.83% from 255 or 61.61% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FC4D is #AF03B2. Grayscale: #B5B5B5. Windows color (decimal): -11469747 or 5110864. OLE color: 5110864.

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

Color convert

RGB 80 252 77 -
CMYK 0.68 0 0.69 0.01
HSL 118.97º 0.97% 0.65% -
HSV(B) 118.97º 0.69% 0.99% -
XYZ 39.46 71.86 18.81 -
YUV 180.62 69.52 56.23 -
System Red Green Blue C M Y K H S L
Decimal 80 252 77 0.68 0 0.69 0.01 118.97 0.97 0.65
Hex 50 FC 4D 44 0 45 1 77 61 41
Octal 120 374 115 104 0 105 1 167 141 101
Binary 1010000 11111100 1001101 1000100 0 1000101 1 1110111 1100001 1000001

Color Harmonies of #50FC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FC4D

Black with #50FC4D

Text Example


Text Example

White with #50FC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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