Html Css Color HEX #3BDC80 Emerald

📋 copy color: '#3BDC80'

red 59 ◦ green 220 ◦ blue 128

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

Shades of Emerald #3BDC80

Tints of Emerald #3BDC80

RGB

 RED value IS 59 (23.44% from 255) = 14.5%

 GREEN value IS 220 (86.33% from 255) = 54.05%

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

R = 14.5%
G = 54.05%
B = 31.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#3BDC80 (or 0x3BDC80) is known color: Emerald. HEX triplet: 3B, DC and 80. RGB value is (59,220,128). Sum of RGB (Red+Green+Blue) = 59+220+128=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDC80 is #C4237F. Grayscale: #A1A1A1. Windows color (decimal): -12854144 or 8444987. OLE color: 8444987.

HSL color Cylindrical-coordinate representation of color #3BDC80: hue angle of 145.71º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC80 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 220 128 -
CMYK 0.73 0 0.42 0.14
HSL 145.71º 0.7% 0.55% -
HSV(B) 145.71º 0.73% 0.86% -
XYZ 31.29 53.67 29.13 -
YUV 161.37 109.16 54.98 -
System Red Green Blue C M Y K H S L
Decimal 59 220 128 0.73 0 0.42 0.14 145.71 0.7 0.55
Hex 3B DC 80 49 0 2A E 92 46 37
Octal 73 334 200 111 0 52 16 222 106 67
Binary 111011 11011100 10000000 1001001 0 101010 1110 10010010 1000110 110111

Color Harmonies of #3BDC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC80

Black with #3BDC80

Text Example


Text Example

White with #3BDC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,220,128); }

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

background-color css

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

 a { background-color: rgb(59,220,128); }

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

border-color css

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

 span { border-color: rgb(59,220,128); }

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