Html Css Color HEX #50FA7E Screamin' Green

📋 copy color: '#50FA7E'

red 80 ◦ green 250 ◦ blue 126

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

Shades of Screamin' Green #50FA7E

Tints of Screamin' Green #50FA7E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.82%

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 17.54%
G = 54.82%
B = 27.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#50FA7E (or 0x50FA7E) is known color: Screamin' Green. HEX triplet: 50, FA and 7E. RGB value is (80,250,126). Sum of RGB (Red+Green+Blue) = 80+250+126=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FA7E is #AF0581. Grayscale: #B9B9B9. Windows color (decimal): -11470210 or 8321616. OLE color: 8321616.

HSL color Cylindrical-coordinate representation of color #50FA7E: hue angle of 136.24º degrees, saturation: 0.94, 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 #50FA7E is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 250 126 -
CMYK 0.68 0 0.50 0.02
HSL 136.24º 0.94% 0.65% -
HSV(B) 136.24º 0.68% 0.98% -
XYZ 41.26 71.58 31.38 -
YUV 185.03 94.68 53.08 -
System Red Green Blue C M Y K H S L
Decimal 80 250 126 0.68 0 0.50 0.02 136.24 0.94 0.65
Hex 50 FA 7E 44 0 32 2 88 5E 41
Octal 120 372 176 104 0 62 2 210 136 101
Binary 1010000 11111010 1111110 1000100 0 110010 10 10001000 1011110 1000001

Color Harmonies of #50FA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FA7E

Black with #50FA7E

Text Example


Text Example

White with #50FA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,250,126); }

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

background-color css

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

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

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

border-color css

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

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

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