#3BD86E

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

Shades of Emerald #3BD86E

Tints of Emerald #3BD86E

Color information

#3BD86E (or 0x3BD86E) is unknown color: approx Emerald. HEX triplet: 3B, D8 and 6E. RGB value is (59,216,110). Sum of RGB (Red+Green+Blue) = 59+216+110=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD86E is #C42791. Grayscale: #9D9D9D. Windows color (decimal): -12855186 or 7264315. OLE color: 7264315.

HSL color Cylindrical-coordinate representation of color #3BD86E: hue angle of 139.49º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD86E is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB59216110-
CMYK0.7300.490.15
HSL139.49º66.81%53.92%-
HSV(B)139.49º72.69%84.71%-
XYZ29.1751.1723.09-
YUV156.97101.4958.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.32%
GREEN value IS 216 (84.77% from 255) = 56.10%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=15.32%
G=56.10%
B=28.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592161100.7300.490.15139.4966.8153.92
Hex3BD86E49031F8b4336
Octal733301561110611721310366
Binary111011110110001101110100100101100011111100010111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,216,110); }

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

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

 a { background-color: rgb(59,216,110); }

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

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

 span { border-color: rgb(59,216,110); }

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