#3bd75f

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

Shades of Emerald #3BD75F

Tints of Emerald #3BD75F

Color information

#3BD75F (or 0x3BD75F) is unknown color: approx Emerald. HEX triplet: 3B, D7 and 5F. RGB value is (59,215,95). Sum of RGB (Red+Green+Blue) = 59+215+95=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD75F is #C428A0. Grayscale: #9A9A9A. Windows color (decimal): -12855457 or 6281019. OLE color: 6281019.

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

Color convert

RGB5921595-
CMYK0.7300.560.16
HSL133.85º66.1%53.73%-
HSV(B)133.85º72.56%84.31%-
XYZ28.1750.3619.06-
YUV154.6894.3259.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.99%
GREEN value IS 215 (84.38% from 255) = 58.27%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=15.99%
G=58.27%
B=25.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59215950.7300.560.16133.8566.153.73
Hex3BD75F4903810864236
Octal733271371110702020610266
Binary1110111101011110111111001001011100010000100001101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bd75f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,215,95); }

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

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

 a { background-color: rgb(59,215,95); }

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

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

 span { border-color: rgb(59,215,95); }

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