Html Css Color HEX #3CDC72 Emerald

📋 copy color: '#3CDC72'

red 60 ◦ green 220 ◦ blue 114

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

Shades of Emerald #3CDC72

Tints of Emerald #3CDC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 15.23%
G = 55.84%
B = 28.93%

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

#3CDC72 (or 0x3CDC72) is known color: Emerald. HEX triplet: 3C, DC and 72. RGB value is (60,220,114). Sum of RGB (Red+Green+Blue) = 60+220+114=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC72 is #C3238D. Grayscale: #A0A0A0. Windows color (decimal): -12788622 or 7527484. OLE color: 7527484.

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

Color convert

RGB 60 220 114 -
CMYK 0.73 0 0.48 0.14
HSL 140.25º 0.7% 0.55% -
HSV(B) 140.25º 0.73% 0.86% -
XYZ 30.49 53.36 24.61 -
YUV 160.08 101.99 56.62 -
System Red Green Blue C M Y K H S L
Decimal 60 220 114 0.73 0 0.48 0.14 140.25 0.7 0.55
Hex 3C DC 72 49 0 30 E 8C 46 37
Octal 74 334 162 111 0 60 16 214 106 67
Binary 111100 11011100 1110010 1001001 0 110000 1110 10001100 1000110 110111

Color Harmonies of #3CDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC72

Black with #3CDC72

Text Example


Text Example

White with #3CDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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