#3ADD80

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

Shades of Emerald #3ADD80

Tints of Emerald #3ADD80

Color information

#3ADD80 (or 0x3ADD80) is unknown color: approx Emerald. HEX triplet: 3A, DD and 80. RGB value is (58,221,128). Sum of RGB (Red+Green+Blue) = 58+221+128=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADD80 is #C5227F. Grayscale: #A1A1A1. Windows color (decimal): -12919424 or 8445242. OLE color: 8445242.

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

Color convert

RGB58221128-
CMYK0.7400.420.13
HSL145.77º70.56%54.71%-
HSV(B)145.77º73.76%86.67%-
XYZ31.554.1729.22-
YUV161.6610954.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 221 (86.72% from 255) = 54.30%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=14.25%
G=54.30%
B=31.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582211280.7400.420.13145.7770.5654.71
Hex3ADD804A02AD924737
Octal723352001120521522210767
Binary1110101101110110000000100101001010101101100100101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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