#50C066

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

Shades of Emerald #50C066

Tints of Emerald #50C066

Color information

#50C066 (or 0x50C066) is unknown color: approx Emerald. HEX triplet: 50, C0 and 66. RGB value is (80,192,102). Sum of RGB (Red+Green+Blue) = 80+192+102=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #50C066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C066 is #AF3F99. Grayscale: #949494. Windows color (decimal): -11485082 or 6733904. OLE color: 6733904.

HSL color Cylindrical-coordinate representation of color #50C066: hue angle of 131.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C066 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB80192102-
CMYK0.5800.470.25
HSL131.79º47.06%53.33%-
HSV(B)131.79º58.33%75.29%-
XYZ24.5640.3619.07-
YUV148.25101.8979.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 192 (75.39% from 255) = 51.34%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=21.39%
G=51.34%
B=27.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801921020.5800.470.25131.7947.0653.33
Hex50C0663A02F19842f35
Octal12030014672057312045765
Binary101000011000000110011011101001011111100110000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,192,102); }

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

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

 a { background-color: rgb(80,192,102); }

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

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

 span { border-color: rgb(80,192,102); }

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