#39CD80

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

Shades of Emerald #39CD80

Tints of Emerald #39CD80

Color information

#39CD80 (or 0x39CD80) is unknown color: approx Emerald. HEX triplet: 39, CD and 80. RGB value is (57,205,128). Sum of RGB (Red+Green+Blue) = 57+205+128=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #39CD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CD80 is #C6327F. Grayscale: #989898. Windows color (decimal): -12989056 or 8441145. OLE color: 8441145.

HSL color Cylindrical-coordinate representation of color #39CD80: hue angle of 148.78º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CD80 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB57205128-
CMYK0.7200.380.20
HSL148.78º59.68%51.37%-
HSV(B)148.78º72.2%80.39%-
XYZ27.4146.0927.87-
YUV151.97114.4760.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.62%
GREEN value IS 205 (80.47% from 255) = 52.56%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=14.62%
G=52.56%
B=32.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572051280.7200.380.20148.7859.6851.37
Hex39CD804802614953c33
Octal71315200110046242257463
Binary1110011100110110000000100100001001101010010010101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39CD80; }

 p { color: rgb(57,205,128); }

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

<style>
 a { background-color: #39CD80; }

 a { background-color: rgb(57,205,128); }

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

<style>
 span { border-color: #39CD80; }

 span { border-color: rgb(57,205,128); }

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