Html Css Color HEX #50FC4A Screamin' Green

📋 copy color: '#50FC4A'

red 80 ◦ green 252 ◦ blue 74

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

Shades of Screamin' Green #50FC4A

Tints of Screamin' Green #50FC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 19.7%
G = 62.07%
B = 18.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#50FC4A (or 0x50FC4A) is known color: Screamin' Green. HEX triplet: 50, FC and 4A. RGB value is (80,252,74). Sum of RGB (Red+Green+Blue) = 80+252+74=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 252 (98.83% from 255 or 62.07% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FC4A is #AF03B5. Grayscale: #B4B4B4. Windows color (decimal): -11469750 or 4914256. OLE color: 4914256.

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

Color convert

RGB 80 252 74 -
CMYK 0.68 0 0.71 0.01
HSL 117.98º 0.97% 0.64% -
HSV(B) 117.98º 0.71% 0.99% -
XYZ 39.35 71.82 18.27 -
YUV 180.28 68.02 56.47 -
System Red Green Blue C M Y K H S L
Decimal 80 252 74 0.68 0 0.71 0.01 117.98 0.97 0.64
Hex 50 FC 4A 44 0 47 1 76 61 40
Octal 120 374 112 104 0 107 1 166 141 100
Binary 1010000 11111100 1001010 1000100 0 1000111 1 1110110 1100001 1000000

Color Harmonies of #50FC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FC4A

Black with #50FC4A

Text Example


Text Example

White with #50FC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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