Html Css Color HEX #3CDC6C Emerald

📋 copy color: '#3CDC6C'

red 60 ◦ green 220 ◦ blue 108

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

Shades of Emerald #3CDC6C

Tints of Emerald #3CDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 15.46%
G = 56.7%
B = 27.84%

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

#3CDC6C (or 0x3CDC6C) is known color: Emerald. HEX triplet: 3C, DC and 6C. RGB value is (60,220,108). Sum of RGB (Red+Green+Blue) = 60+220+108=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC6C is #C32393. Grayscale: #9F9F9F. Windows color (decimal): -12788628 or 7134268. OLE color: 7134268.

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

Color convert

RGB 60 220 108 -
CMYK 0.73 0 0.51 0.14
HSL 138º 0.7% 0.55% -
HSV(B) 138º 0.73% 0.86% -
XYZ 30.16 53.23 22.87 -
YUV 159.39 98.99 57.11 -
System Red Green Blue C M Y K H S L
Decimal 60 220 108 0.73 0 0.51 0.14 138 0.7 0.55
Hex 3C DC 6C 49 0 33 E 8A 46 37
Octal 74 334 154 111 0 63 16 212 106 67
Binary 111100 11011100 1101100 1001001 0 110011 1110 10001010 1000110 110111

Color Harmonies of #3CDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC6C

Black with #3CDC6C

Text Example


Text Example

White with #3CDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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