#50C279

Color #50C279 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50C279

Tints of Emerald #50C279

Color information

#50C279 (or 0x50C279) is unknown color: approx Emerald. HEX triplet: 50, C2 and 79. RGB value is (80,194,121). Sum of RGB (Red+Green+Blue) = 80+194+121=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #50C279 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C279 is #AF3D86. Grayscale: #979797. Windows color (decimal): -11484551 or 7979600. OLE color: 7979600.

HSL color Cylindrical-coordinate representation of color #50C279: hue angle of 141.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C279 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB80194121-
CMYK0.5900.380.24
HSL141.58º48.31%53.73%-
HSV(B)141.58º58.76%76.08%-
XYZ26.0541.6724.76-
YUV151.59110.7376.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 194 (76.17% from 255) = 49.11%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=20.25%
G=49.11%
B=30.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801941210.5900.380.24141.5848.3153.73
Hex50C2793B026188e3036
Octal12030217173046302166066
Binary101000011000010111100111101101001101100010001110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,194,121); }

 H1.HeaderClassName
 {
   color: #50C279;
 }
 .AnyTagClassName
 {
   color: #50C279;
 }
</style>
background-color css

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

 a { background-color: rgb(80,194,121); }

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

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

 span { border-color: rgb(80,194,121); }

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