#3BD97C

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

Shades of Emerald #3BD97C

Tints of Emerald #3BD97C

Color information

#3BD97C (or 0x3BD97C) is unknown color: approx Emerald. HEX triplet: 3B, D9 and 7C. RGB value is (59,217,124). Sum of RGB (Red+Green+Blue) = 59+217+124=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD97C is #C42683. Grayscale: #9F9F9F. Windows color (decimal): -12854916 or 8182075. OLE color: 8182075.

HSL color Cylindrical-coordinate representation of color #3BD97C: hue angle of 144.68º degrees, saturation: 0.68, 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 #3BD97C is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB59217124-
CMYK0.7300.430.15
HSL144.68º67.52%54.12%-
HSV(B)144.68º72.81%85.1%-
XYZ30.2552.0127.51-
YUV159.16108.1556.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.75%
GREEN value IS 217 (85.16% from 255) = 54.25%
BLUE value IS 124 (48.83% from 255) = 31%
R=14.75%
G=54.25%
B=31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592171240.7300.430.15144.6867.5254.12
Hex3BD97C4902BF914436
Octal733311741110531722110466
Binary111011110110011111100100100101010111111100100011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,217,124); }

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

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

 a { background-color: rgb(59,217,124); }

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

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

 span { border-color: rgb(59,217,124); }

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