Html Css Color HEX #50FA6A Screamin' Green

📋 copy color: '#50FA6A'

red 80 ◦ green 250 ◦ blue 106

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

Shades of Screamin' Green #50FA6A

Tints of Screamin' Green #50FA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 18.35%
G = 57.34%
B = 24.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#50FA6A (or 0x50FA6A) is known color: Screamin' Green. HEX triplet: 50, FA and 6A. RGB value is (80,250,106). Sum of RGB (Red+Green+Blue) = 80+250+106=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FA6A is #AF0595. Grayscale: #B7B7B7. Windows color (decimal): -11470230 or 7010896. OLE color: 7010896.

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

Color convert

RGB 80 250 106 -
CMYK 0.68 0 0.58 0.02
HSL 129.18º 0.94% 0.65% -
HSV(B) 129.18º 0.68% 0.98% -
XYZ 40.1 71.12 25.25 -
YUV 182.75 84.68 54.71 -
System Red Green Blue C M Y K H S L
Decimal 80 250 106 0.68 0 0.58 0.02 129.18 0.94 0.65
Hex 50 FA 6A 44 0 3A 2 81 5E 41
Octal 120 372 152 104 0 72 2 201 136 101
Binary 1010000 11111010 1101010 1000100 0 111010 10 10000001 1011110 1000001

Color Harmonies of #50FA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FA6A

Black with #50FA6A

Text Example


Text Example

White with #50FA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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