Html Css Color HEX #3BDC6F Emerald

📋 copy color: '#3BDC6F'

red 59 ◦ green 220 ◦ blue 111

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

Shades of Emerald #3BDC6F

Tints of Emerald #3BDC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.46%

R = 15.13%
G = 56.41%
B = 28.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#3BDC6F (or 0x3BDC6F) is known color: Emerald. HEX triplet: 3B, DC and 6F. RGB value is (59,220,111). Sum of RGB (Red+Green+Blue) = 59+220+111=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDC6F is #C42390. Grayscale: #9F9F9F. Windows color (decimal): -12854161 or 7330875. OLE color: 7330875.

HSL color Cylindrical-coordinate representation of color #3BDC6F: hue angle of 139.38º 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 #3BDC6F is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 220 111 -
CMYK 0.73 0 0.50 0.14
HSL 139.38º 0.7% 0.55% -
HSV(B) 139.38º 0.73% 0.86% -
XYZ 30.27 53.26 23.72 -
YUV 159.44 100.66 56.36 -
System Red Green Blue C M Y K H S L
Decimal 59 220 111 0.73 0 0.50 0.14 139.38 0.7 0.55
Hex 3B DC 6F 49 0 32 E 8B 46 37
Octal 73 334 157 111 0 62 16 213 106 67
Binary 111011 11011100 1101111 1001001 0 110010 1110 10001011 1000110 110111

Color Harmonies of #3BDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC6F

Black with #3BDC6F

Text Example


Text Example

White with #3BDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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