Html Css Color HEX #50FA6E Screamin' Green

📋 copy color: '#50FA6E'

red 80 ◦ green 250 ◦ blue 110

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

Shades of Screamin' Green #50FA6E

Tints of Screamin' Green #50FA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25%

R = 18.18%
G = 56.82%
B = 25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#50FA6E (or 0x50FA6E) is known color: Screamin' Green. HEX triplet: 50, FA and 6E. RGB value is (80,250,110). Sum of RGB (Red+Green+Blue) = 80+250+110=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FA6E is #AF0591. Grayscale: #B7B7B7. Windows color (decimal): -11470226 or 7273040. OLE color: 7273040.

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

Color convert

RGB 80 250 110 -
CMYK 0.68 0 0.56 0.02
HSL 130.59º 0.94% 0.65% -
HSV(B) 130.59º 0.68% 0.98% -
XYZ 40.31 71.2 26.37 -
YUV 183.21 86.68 54.38 -
System Red Green Blue C M Y K H S L
Decimal 80 250 110 0.68 0 0.56 0.02 130.59 0.94 0.65
Hex 50 FA 6E 44 0 38 2 83 5E 41
Octal 120 372 156 104 0 70 2 203 136 101
Binary 1010000 11111010 1101110 1000100 0 111000 10 10000011 1011110 1000001

Color Harmonies of #50FA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FA6E

Black with #50FA6E

Text Example


Text Example

White with #50FA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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