#3BD46F

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

Shades of Emerald #3BD46F

Tints of Emerald #3BD46F

Color information

#3BD46F (or 0x3BD46F) is unknown color: approx Emerald. HEX triplet: 3B, D4 and 6F. RGB value is (59,212,111). Sum of RGB (Red+Green+Blue) = 59+212+111=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD46F is #C42B90. Grayscale: #9A9A9A. Windows color (decimal): -12856209 or 7328827. OLE color: 7328827.

HSL color Cylindrical-coordinate representation of color #3BD46F: hue angle of 140.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD46F is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB59212111-
CMYK0.7200.480.17
HSL140.39º64.02%53.14%-
HSV(B)140.39º72.17%83.14%-
XYZ28.2249.1623.04-
YUV154.74103.3159.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.45%
GREEN value IS 212 (83.20% from 255) = 55.50%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=15.45%
G=55.50%
B=29.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592121110.7200.480.17140.3964.0253.14
Hex3BD46F48030118c4035
Octal733241571100602121410065
Binary1110111101010011011111001000011000010001100011001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,212,111); }

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

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

 a { background-color: rgb(59,212,111); }

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

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

 span { border-color: rgb(59,212,111); }

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