#50CD81

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

Shades of Emerald #50CD81

Tints of Emerald #50CD81

Color information

#50CD81 (or 0x50CD81) is unknown color: approx Emerald. HEX triplet: 50, CD and 81. RGB value is (80,205,129). Sum of RGB (Red+Green+Blue) = 80+205+129=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD81 is #AF327E. Grayscale: #9F9F9F. Windows color (decimal): -11481727 or 8506704. OLE color: 8506704.

HSL color Cylindrical-coordinate representation of color #50CD81: hue angle of 143.52º degrees, saturation: 0.56, 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 #50CD81 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB80205129-
CMYK0.6100.370.20
HSL143.52º55.56%55.88%-
HSV(B)143.52º60.98%80.39%-
XYZ29.146.9528.3-
YUV158.96111.0971.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 205 (80.47% from 255) = 49.52%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=19.32%
G=49.52%
B=31.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal802051290.6100.370.20143.5255.5655.88
Hex50CD813D02514903838
Octal12031520175045242207070
Binary1010000110011011000000111110101001011010010010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,205,129); }

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

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

 a { background-color: rgb(80,205,129); }

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

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

 span { border-color: rgb(80,205,129); }

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