#50CA67

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

Shades of Emerald #50CA67

Tints of Emerald #50CA67

Color information

#50CA67 (or 0x50CA67) is unknown color: approx Emerald. HEX triplet: 50, CA and 67. RGB value is (80,202,103). Sum of RGB (Red+Green+Blue) = 80+202+103=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA67 is #AF3598. Grayscale: #9A9A9A. Windows color (decimal): -11482521 or 6802000. OLE color: 6802000.

HSL color Cylindrical-coordinate representation of color #50CA67: hue angle of 131.31º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA67 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB80202103-
CMYK0.6000.490.21
HSL131.31º53.51%55.29%-
HSV(B)131.31º60.4%79.22%-
XYZ26.8844.9320.09-
YUV154.2499.0875.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 202 (79.30% from 255) = 52.47%
BLUE value IS 103 (40.62% from 255) = 26.75%
R=20.78%
G=52.47%
B=26.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021030.6000.490.21131.3153.5155.29
Hex50CA673C03115833637
Octal12031214774061252036667
Binary101000011001010110011111110001100011010110000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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