#3AD87D

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

Shades of Emerald #3AD87D

Tints of Emerald #3AD87D

Color information

#3AD87D (or 0x3AD87D) is unknown color: approx Emerald. HEX triplet: 3A, D8 and 7D. RGB value is (58,216,125). Sum of RGB (Red+Green+Blue) = 58+216+125=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD87D is #C52782. Grayscale: #9E9E9E. Windows color (decimal): -12920707 or 8247354. OLE color: 8247354.

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

Color convert

RGB58216125-
CMYK0.7300.420.15
HSL145.44º66.95%53.73%-
HSV(B)145.44º73.15%84.71%-
XYZ3051.4927.76-
YUV158.38109.1556.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.54%
GREEN value IS 216 (84.77% from 255) = 54.14%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=14.54%
G=54.14%
B=31.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582161250.7300.420.15145.4466.9553.73
Hex3AD87D4902AF914336
Octal723301751110521722110366
Binary111010110110001111101100100101010101111100100011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,216,125); }

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

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

 a { background-color: rgb(58,216,125); }

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

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

 span { border-color: rgb(58,216,125); }

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