Html Css Color HEX #50F992 Emerald

📋 copy color: '#50F992'

red 80 ◦ green 249 ◦ blue 146

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

Shades of Emerald #50F992

Tints of Emerald #50F992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 16.84%
G = 52.42%
B = 30.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#50F992 (or 0x50F992) is known color: Emerald. HEX triplet: 50, F9 and 92. RGB value is (80,249,146). Sum of RGB (Red+Green+Blue) = 80+249+146=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #50F992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F992 is #AF066D. Grayscale: #BABABA. Windows color (decimal): -11470446 or 9632080. OLE color: 9632080.

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

Color convert

RGB 80 249 146 -
CMYK 0.68 0 0.41 0.02
HSL 143.43º 0.93% 0.65% -
HSV(B) 143.43º 0.68% 0.98% -
XYZ 42.37 71.53 38.77 -
YUV 186.73 105.01 51.88 -
System Red Green Blue C M Y K H S L
Decimal 80 249 146 0.68 0 0.41 0.02 143.43 0.93 0.65
Hex 50 F9 92 44 0 29 2 8F 5D 41
Octal 120 371 222 104 0 51 2 217 135 101
Binary 1010000 11111001 10010010 1000100 0 101001 10 10001111 1011101 1000001

Color Harmonies of #50F992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F992

Black with #50F992

Text Example


Text Example

White with #50F992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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