#3BD471

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

Shades of Emerald #3BD471

Tints of Emerald #3BD471

Color information

#3BD471 (or 0x3BD471) is unknown color: approx Emerald. HEX triplet: 3B, D4 and 71. RGB value is (59,212,113). Sum of RGB (Red+Green+Blue) = 59+212+113=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD471 is #C42B8E. Grayscale: #9B9B9B. Windows color (decimal): -12856207 or 7459899. OLE color: 7459899.

HSL color Cylindrical-coordinate representation of color #3BD471: hue angle of 141.18º 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 #3BD471 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB59212113-
CMYK0.7200.470.17
HSL141.18º64.02%53.14%-
HSV(B)141.18º72.17%83.14%-
XYZ28.3349.2123.63-
YUV154.97104.3159.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.36%
GREEN value IS 212 (83.20% from 255) = 55.21%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=15.36%
G=55.21%
B=29.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592121130.7200.470.17141.1864.0253.14
Hex3BD4714802F118d4035
Octal733241611100572121510065
Binary1110111101010011100011001000010111110001100011011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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