Html Css Color HEX #3CDC6B Emerald

📋 copy color: '#3CDC6B'

red 60 ◦ green 220 ◦ blue 107

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

Shades of Emerald #3CDC6B

Tints of Emerald #3CDC6B

RGB

 RED value IS 60 (23.83% from 255) = 15.5%

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

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 15.5%
G = 56.85%
B = 27.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#3CDC6B (or 0x3CDC6B) is known color: Emerald. HEX triplet: 3C, DC and 6B. RGB value is (60,220,107). Sum of RGB (Red+Green+Blue) = 60+220+107=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC6B is #C32394. Grayscale: #9F9F9F. Windows color (decimal): -12788629 or 7068732. OLE color: 7068732.

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

Color convert

RGB 60 220 107 -
CMYK 0.73 0 0.51 0.14
HSL 137.63º 0.7% 0.55% -
HSV(B) 137.63º 0.73% 0.86% -
XYZ 30.11 53.21 22.59 -
YUV 159.28 98.49 57.19 -
System Red Green Blue C M Y K H S L
Decimal 60 220 107 0.73 0 0.51 0.14 137.63 0.7 0.55
Hex 3C DC 6B 49 0 33 E 8A 46 37
Octal 74 334 153 111 0 63 16 212 106 67
Binary 111100 11011100 1101011 1001001 0 110011 1110 10001010 1000110 110111

Color Harmonies of #3CDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC6B

Black with #3CDC6B

Text Example


Text Example

White with #3CDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,107); }

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

background-color css

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

 a { background-color: rgb(60,220,107); }

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

border-color css

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

 span { border-color: rgb(60,220,107); }

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