#3ADD7C

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

Shades of Emerald #3ADD7C

Tints of Emerald #3ADD7C

Color information

#3ADD7C (or 0x3ADD7C) is unknown color: approx Emerald. HEX triplet: 3A, DD and 7C. RGB value is (58,221,124). Sum of RGB (Red+Green+Blue) = 58+221+124=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD7C is #C52283. Grayscale: #A1A1A1. Windows color (decimal): -12919428 or 8183098. OLE color: 8183098.

HSL color Cylindrical-coordinate representation of color #3ADD7C: hue angle of 144.29º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD7C is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB58221124-
CMYK0.7400.440.13
HSL144.29º70.56%54.71%-
HSV(B)144.29º73.76%86.67%-
XYZ31.2454.0727.86-
YUV161.2110754.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.39%
GREEN value IS 221 (86.72% from 255) = 54.84%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=14.39%
G=54.84%
B=30.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582211240.7400.440.13144.2970.5654.71
Hex3ADD7C4A02CD904737
Octal723351741120541522010767
Binary111010110111011111100100101001011001101100100001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,221,124); }

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

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

 a { background-color: rgb(58,221,124); }

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

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

 span { border-color: rgb(58,221,124); }

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