Html Css Color HEX #50F990 Emerald

📋 copy color: '#50F990'

red 80 ◦ green 249 ◦ blue 144

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

Shades of Emerald #50F990

Tints of Emerald #50F990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.64%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 16.91%
G = 52.64%
B = 30.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#50F990 (or 0x50F990) is known color: Emerald. HEX triplet: 50, F9 and 90. RGB value is (80,249,144). Sum of RGB (Red+Green+Blue) = 80+249+144=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #50F990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F990 is #AF066F. Grayscale: #BABABA. Windows color (decimal): -11470448 or 9501008. OLE color: 9501008.

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

Color convert

RGB 80 249 144 -
CMYK 0.68 0 0.42 0.02
HSL 142.72º 0.93% 0.65% -
HSV(B) 142.72º 0.68% 0.98% -
XYZ 42.22 71.47 37.96 -
YUV 186.5 104.01 52.04 -
System Red Green Blue C M Y K H S L
Decimal 80 249 144 0.68 0 0.42 0.02 142.72 0.93 0.65
Hex 50 F9 90 44 0 2A 2 8F 5D 41
Octal 120 371 220 104 0 52 2 217 135 101
Binary 1010000 11111001 10010000 1000100 0 101010 10 10001111 1011101 1000001

Color Harmonies of #50F990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F990

Black with #50F990

Text Example


Text Example

White with #50F990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,249,144); }

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

background-color css

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

 a { background-color: rgb(80,249,144); }

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

border-color css

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

 span { border-color: rgb(80,249,144); }

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