#50CC67

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

Shades of Emerald #50CC67

Tints of Emerald #50CC67

Color information

#50CC67 (or 0x50CC67) is unknown color: approx Emerald. HEX triplet: 50, CC and 67. RGB value is (80,204,103). Sum of RGB (Red+Green+Blue) = 80+204+103=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CC67 is #AF3398. Grayscale: #9B9B9B. Windows color (decimal): -11482009 or 6802512. OLE color: 6802512.

HSL color Cylindrical-coordinate representation of color #50CC67: hue angle of 131.13º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC67 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB80204103-
CMYK0.6100.500.2
HSL131.13º54.87%55.69%-
HSV(B)131.13º60.78%80%-
XYZ27.3545.8720.24-
YUV155.4198.4274.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 204 (80.08% from 255) = 52.71%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=20.67%
G=52.71%
B=26.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041030.6100.500.2131.1354.8755.69
Hex50CC673D03214833738
Octal12031414775062242036770
Binary101000011001100110011111110101100101010010000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,204,103); }

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

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

 a { background-color: rgb(80,204,103); }

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

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

 span { border-color: rgb(80,204,103); }

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