Html Css Color HEX #3AD561 Emerald

📋 copy color: '#3AD561'

red 58 ◦ green 213 ◦ blue 97

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

Shades of Emerald #3AD561

Tints of Emerald #3AD561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.36%

R = 15.76%
G = 57.88%
B = 26.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#3AD561 (or 0x3AD561) is known color: Emerald. HEX triplet: 3A, D5 and 61. RGB value is (58,213,97). Sum of RGB (Red+Green+Blue) = 58+213+97=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD561 is #C52A9E. Grayscale: #999999. Windows color (decimal): -12921503 or 6411578. OLE color: 6411578.

HSL color Cylindrical-coordinate representation of color #3AD561: hue angle of 135.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 #3AD561 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 97 -
CMYK 0.73 0 0.54 0.16
HSL 135.1º 0.65% 0.53% -
HSV(B) 135.1º 0.73% 0.84% -
XYZ 27.7 49.35 19.38 -
YUV 153.43 96.15 59.93 -
System Red Green Blue C M Y K H S L
Decimal 58 213 97 0.73 0 0.54 0.16 135.1 0.65 0.53
Hex 3A D5 61 49 0 36 10 87 41 35
Octal 72 325 141 111 0 66 20 207 101 65
Binary 111010 11010101 1100001 1001001 0 110110 10000 10000111 1000001 110101

Color Harmonies of #3AD561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD561

Black with #3AD561

Text Example


Text Example

White with #3AD561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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