#39DC75

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

Shades of Emerald #39DC75

Tints of Emerald #39DC75

Color information

#39DC75 (or 0x39DC75) is unknown color: approx Emerald. HEX triplet: 39, DC and 75. RGB value is (57,220,117). Sum of RGB (Red+Green+Blue) = 57+220+117=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39DC75 is #C6238A. Grayscale: #9F9F9F. Windows color (decimal): -12985227 or 7724089. OLE color: 7724089.

HSL color Cylindrical-coordinate representation of color #39DC75: hue angle of 142.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DC75 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB57220117-
CMYK0.7400.470.14
HSL142.09º69.96%54.31%-
HSV(B)142.09º74.09%86.27%-
XYZ30.4953.3425.52-
YUV159.5210454.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.47%
GREEN value IS 220 (86.33% from 255) = 55.84%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=14.47%
G=55.84%
B=29.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal572201170.7400.470.14142.0969.9654.31
Hex39DC754A02FE8e4636
Octal713341651120571621610666
Binary111001110111001110101100101001011111110100011101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,220,117); }

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

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

 a { background-color: rgb(57,220,117); }

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

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

 span { border-color: rgb(57,220,117); }

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