#3ADD7D

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

Shades of Emerald #3ADD7D

Tints of Emerald #3ADD7D

Color information

#3ADD7D (or 0x3ADD7D) is unknown color: approx Emerald. HEX triplet: 3A, DD and 7D. RGB value is (58,221,125). Sum of RGB (Red+Green+Blue) = 58+221+125=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD7D is #C52282. Grayscale: #A1A1A1. Windows color (decimal): -12919427 or 8248634. OLE color: 8248634.

HSL color Cylindrical-coordinate representation of color #3ADD7D: hue angle of 144.66º 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 #3ADD7D is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB58221125-
CMYK0.7400.430.13
HSL144.66º70.56%54.71%-
HSV(B)144.66º73.76%86.67%-
XYZ31.354.0928.19-
YUV161.32107.554.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.36%
GREEN value IS 221 (86.72% from 255) = 54.70%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=14.36%
G=54.70%
B=30.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582211250.7400.430.13144.6670.5654.71
Hex3ADD7D4A02BD914737
Octal723351751120531522110767
Binary111010110111011111101100101001010111101100100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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