#3BDC83

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

Shades of Emerald #3BDC83

Tints of Emerald #3BDC83

Color information

#3BDC83 (or 0x3BDC83) is unknown color: approx Emerald. HEX triplet: 3B, DC and 83. RGB value is (59,220,131). Sum of RGB (Red+Green+Blue) = 59+220+131=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDC83 is #C4237C. Grayscale: #A1A1A1. Windows color (decimal): -12854141 or 8641595. OLE color: 8641595.

HSL color Cylindrical-coordinate representation of color #3BDC83: hue angle of 146.83º 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 #3BDC83 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB59220131-
CMYK0.7300.400.14
HSL146.83º69.7%54.71%-
HSV(B)146.83º73.18%86.27%-
XYZ31.4953.7530.19-
YUV161.71110.6654.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.39%
GREEN value IS 220 (86.33% from 255) = 53.66%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=14.39%
G=53.66%
B=31.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592201310.7300.400.14146.8369.754.71
Hex3BDC8349028E934637
Octal733342031110501622310667
Binary1110111101110010000011100100101010001110100100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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