Html Css Color HEX #50F84D Screamin' Green

📋 copy color: '#50F84D'

red 80 ◦ green 248 ◦ blue 77

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

Shades of Screamin' Green #50F84D

Tints of Screamin' Green #50F84D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 61.23%

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

R = 19.75%
G = 61.23%
B = 19.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#50F84D (or 0x50F84D) is known color: Screamin' Green. HEX triplet: 50, F8 and 4D. RGB value is (80,248,77). Sum of RGB (Red+Green+Blue) = 80+248+77=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 248 (97.27% from 255 or 61.23% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 248 - color contains mainly: green. Hex color #50F84D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F84D is #AF07B2. Grayscale: #B2B2B2. Windows color (decimal): -11470771 or 5109840. OLE color: 5109840.

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

Color convert

RGB 80 248 77 -
CMYK 0.68 0 0.69 0.03
HSL 118.95º 0.92% 0.64% -
HSV(B) 118.95º 0.69% 0.97% -
XYZ 38.22 69.38 18.4 -
YUV 178.27 70.84 57.9 -
System Red Green Blue C M Y K H S L
Decimal 80 248 77 0.68 0 0.69 0.03 118.95 0.92 0.64
Hex 50 F8 4D 44 0 45 3 77 5C 40
Octal 120 370 115 104 0 105 3 167 134 100
Binary 1010000 11111000 1001101 1000100 0 1000101 11 1110111 1011100 1000000

Color Harmonies of #50F84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F84D

Black with #50F84D

Text Example


Text Example

White with #50F84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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