Html Css Color HEX #3AD681 Emerald

📋 copy color: '#3AD681'

red 58 ◦ green 214 ◦ blue 129

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

Shades of Emerald #3AD681

Tints of Emerald #3AD681

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 14.46%
G = 53.37%
B = 32.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#3AD681 (or 0x3AD681) is known color: Emerald. HEX triplet: 3A, D6 and 81. RGB value is (58,214,129). Sum of RGB (Red+Green+Blue) = 58+214+129=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD681 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD681 is #C5297E. Grayscale: #9D9D9D. Windows color (decimal): -12921215 or 8508986. OLE color: 8508986.

HSL color Cylindrical-coordinate representation of color #3AD681: hue angle of 147.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD681 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 129 -
CMYK 0.73 0 0.40 0.16
HSL 147.31º 0.66% 0.53% -
HSV(B) 147.31º 0.73% 0.84% -
XYZ 29.75 50.58 28.96 -
YUV 157.67 111.82 56.91 -
System Red Green Blue C M Y K H S L
Decimal 58 214 129 0.73 0 0.40 0.16 147.31 0.66 0.53
Hex 3A D6 81 49 0 28 10 93 42 35
Octal 72 326 201 111 0 50 20 223 102 65
Binary 111010 11010110 10000001 1001001 0 101000 10000 10010011 1000010 110101

Color Harmonies of #3AD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD681

Black with #3AD681

Text Example


Text Example

White with #3AD681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,214,129); }

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

background-color css

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

 a { background-color: rgb(58,214,129); }

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

border-color css

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

 span { border-color: rgb(58,214,129); }

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