Html Css Color HEX #3AD580 Emerald

📋 copy color: '#3AD580'

red 58 ◦ green 213 ◦ blue 128

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

Shades of Emerald #3AD580

Tints of Emerald #3AD580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.38%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 14.54%
G = 53.38%
B = 32.08%

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

#3AD580 (or 0x3AD580) is known color: Emerald. HEX triplet: 3A, D5 and 80. RGB value is (58,213,128). Sum of RGB (Red+Green+Blue) = 58+213+128=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD580 is #C52A7F. Grayscale: #9D9D9D. Windows color (decimal): -12921472 or 8443194. OLE color: 8443194.

HSL color Cylindrical-coordinate representation of color #3AD580: hue angle of 147.1º degrees, saturation: 0.65, 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 #3AD580 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 128 -
CMYK 0.73 0 0.40 0.16
HSL 147.1º 0.65% 0.53% -
HSV(B) 147.1º 0.73% 0.84% -
XYZ 29.44 50.05 28.53 -
YUV 156.97 111.65 57.41 -
System Red Green Blue C M Y K H S L
Decimal 58 213 128 0.73 0 0.40 0.16 147.1 0.65 0.53
Hex 3A D5 80 49 0 28 10 93 41 35
Octal 72 325 200 111 0 50 20 223 101 65
Binary 111010 11010101 10000000 1001001 0 101000 10000 10010011 1000001 110101

Color Harmonies of #3AD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD580

Black with #3AD580

Text Example


Text Example

White with #3AD580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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