Html Css Color HEX #3CDC74 Emerald

📋 copy color: '#3CDC74'

red 60 ◦ green 220 ◦ blue 116

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

Shades of Emerald #3CDC74

Tints of Emerald #3CDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 15.15%
G = 55.56%
B = 29.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#3CDC74 (or 0x3CDC74) is known color: Emerald. HEX triplet: 3C, DC and 74. RGB value is (60,220,116). Sum of RGB (Red+Green+Blue) = 60+220+116=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC74 is #C3238B. Grayscale: #A0A0A0. Windows color (decimal): -12788620 or 7658556. OLE color: 7658556.

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

Color convert

RGB 60 220 116 -
CMYK 0.73 0 0.47 0.14
HSL 141º 0.7% 0.55% -
HSV(B) 141º 0.73% 0.86% -
XYZ 30.61 53.41 25.22 -
YUV 160.3 102.99 56.46 -
System Red Green Blue C M Y K H S L
Decimal 60 220 116 0.73 0 0.47 0.14 141 0.7 0.55
Hex 3C DC 74 49 0 2F E 8D 46 37
Octal 74 334 164 111 0 57 16 215 106 67
Binary 111100 11011100 1110100 1001001 0 101111 1110 10001101 1000110 110111

Color Harmonies of #3CDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC74

Black with #3CDC74

Text Example


Text Example

White with #3CDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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