#3BDC76

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

Shades of Emerald #3BDC76

Tints of Emerald #3BDC76

Color information

#3BDC76 (or 0x3BDC76) is unknown color: approx Emerald. HEX triplet: 3B, DC and 76. RGB value is (59,220,118). Sum of RGB (Red+Green+Blue) = 59+220+118=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDC76 is #C42389. Grayscale: #A0A0A0. Windows color (decimal): -12854154 or 7789627. OLE color: 7789627.

HSL color Cylindrical-coordinate representation of color #3BDC76: hue angle of 141.99º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC76 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB59220118-
CMYK0.7300.460.14
HSL141.99º69.7%54.71%-
HSV(B)141.99º73.18%86.27%-
XYZ30.6753.4225.84-
YUV160.23104.1655.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.86%
GREEN value IS 220 (86.33% from 255) = 55.42%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=14.86%
G=55.42%
B=29.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592201180.7300.460.14141.9969.754.71
Hex3BDC764902EE8e4637
Octal733341661110561621610667
Binary111011110111001110110100100101011101110100011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BDC76; }

 p { color: rgb(59,220,118); }

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

<style>
 a { background-color: #3BDC76; }

 a { background-color: rgb(59,220,118); }

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

<style>
 span { border-color: #3BDC76; }

 span { border-color: rgb(59,220,118); }

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