#3BD65D

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

Shades of Emerald #3BD65D

Tints of Emerald #3BD65D

Color information

#3BD65D (or 0x3BD65D) is unknown color: approx Emerald. HEX triplet: 3B, D6 and 5D. RGB value is (59,214,93). Sum of RGB (Red+Green+Blue) = 59+214+93=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD65D is #C429A2. Grayscale: #9A9A9A. Windows color (decimal): -12855715 or 6149691. OLE color: 6149691.

HSL color Cylindrical-coordinate representation of color #3BD65D: hue angle of 133.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD65D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB5921493-
CMYK0.7200.570.16
HSL133.16º65.4%53.53%-
HSV(B)133.16º72.43%83.92%-
XYZ27.8349.8118.5-
YUV153.8693.6560.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.12%
GREEN value IS 214 (83.98% from 255) = 58.47%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=16.12%
G=58.47%
B=25.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59214930.7200.570.16133.1665.453.53
Hex3BD65D4803910854136
Octal733261351100712020510166
Binary1110111101011010111011001000011100110000100001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,214,93); }

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

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

 a { background-color: rgb(59,214,93); }

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

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

 span { border-color: rgb(59,214,93); }

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