Html Css Color HEX #50F484 Emerald

📋 copy color: '#50F484'

red 80 ◦ green 244 ◦ blue 132

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

Shades of Emerald #50F484

Tints of Emerald #50F484

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.51%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 17.54%
G = 53.51%
B = 28.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#50F484 (or 0x50F484) is known color: Emerald. HEX triplet: 50, F4 and 84. RGB value is (80,244,132). Sum of RGB (Red+Green+Blue) = 80+244+132=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #50F484 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F484 is #AF0B7B. Grayscale: #B6B6B6. Windows color (decimal): -11471740 or 8713296. OLE color: 8713296.

HSL color Cylindrical-coordinate representation of color #50F484: hue angle of 139.02º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F484 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 132 -
CMYK 0.67 0 0.46 0.04
HSL 139.02º 0.88% 0.64% -
HSV(B) 139.02º 0.67% 0.96% -
XYZ 39.82 68.07 32.87 -
YUV 182.2 99.67 55.11 -
System Red Green Blue C M Y K H S L
Decimal 80 244 132 0.67 0 0.46 0.04 139.02 0.88 0.64
Hex 50 F4 84 43 0 2E 4 8B 58 40
Octal 120 364 204 103 0 56 4 213 130 100
Binary 1010000 11110100 10000100 1000011 0 101110 100 10001011 1011000 1000000

Color Harmonies of #50F484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F484

Black with #50F484

Text Example


Text Example

White with #50F484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,132); }

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

background-color css

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

 a { background-color: rgb(80,244,132); }

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

border-color css

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

 span { border-color: rgb(80,244,132); }

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