Html Css Color HEX #3ADD76 Emerald

📋 copy color: '#3ADD76'

red 58 ◦ green 221 ◦ blue 118

#3ADD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3ADD76

Tints of Emerald #3ADD76

RGB

 RED value IS 58 (23.05% from 255) = 14.61%

 GREEN value IS 221 (86.72% from 255) = 55.67%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 14.61%
G = 55.67%
B = 29.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#3ADD76 (or 0x3ADD76) is known color: Emerald. HEX triplet: 3A, DD and 76. RGB value is (58,221,118). Sum of RGB (Red+Green+Blue) = 58+221+118=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD76 is #C52289. Grayscale: #A0A0A0. Windows color (decimal): -12919434 or 7789882. OLE color: 7789882.

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

Color convert

RGB 58 221 118 -
CMYK 0.74 0 0.47 0.13
HSL 142.09º 0.71% 0.55% -
HSV(B) 142.09º 0.74% 0.87% -
XYZ 30.87 53.92 25.92 -
YUV 160.52 104 54.88 -
System Red Green Blue C M Y K H S L
Decimal 58 221 118 0.74 0 0.47 0.13 142.09 0.71 0.55
Hex 3A DD 76 4A 0 2F D 8E 47 37
Octal 72 335 166 112 0 57 15 216 107 67
Binary 111010 11011101 1110110 1001010 0 101111 1101 10001110 1000111 110111

Color Harmonies of #3ADD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADD76

Black with #3ADD76

Text Example


Text Example

White with #3ADD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3ADD76;
 }
 .AnyTagClassName
 {
   color: #3ADD76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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