Html Css Color HEX #3CDC73 Emerald

📋 copy color: '#3CDC73'

red 60 ◦ green 220 ◦ blue 115

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

Shades of Emerald #3CDC73

Tints of Emerald #3CDC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 15.19%
G = 55.7%
B = 29.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#3CDC73 (or 0x3CDC73) is known color: Emerald. HEX triplet: 3C, DC and 73. RGB value is (60,220,115). Sum of RGB (Red+Green+Blue) = 60+220+115=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC73 is #C3238C. Grayscale: #A0A0A0. Windows color (decimal): -12788621 or 7593020. OLE color: 7593020.

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

Color convert

RGB 60 220 115 -
CMYK 0.73 0 0.48 0.14
HSL 140.63º 0.7% 0.55% -
HSV(B) 140.63º 0.73% 0.86% -
XYZ 30.55 53.38 24.91 -
YUV 160.19 102.49 56.54 -
System Red Green Blue C M Y K H S L
Decimal 60 220 115 0.73 0 0.48 0.14 140.63 0.7 0.55
Hex 3C DC 73 49 0 30 E 8D 46 37
Octal 74 334 163 111 0 60 16 215 106 67
Binary 111100 11011100 1110011 1001001 0 110000 1110 10001101 1000110 110111

Color Harmonies of #3CDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC73

Black with #3CDC73

Text Example


Text Example

White with #3CDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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