Html Css Color HEX #3CDC71 Emerald

📋 copy color: '#3CDC71'

red 60 ◦ green 220 ◦ blue 113

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

Shades of Emerald #3CDC71

Tints of Emerald #3CDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 15.27%
G = 55.98%
B = 28.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#3CDC71 (or 0x3CDC71) is known color: Emerald. HEX triplet: 3C, DC and 71. RGB value is (60,220,113). Sum of RGB (Red+Green+Blue) = 60+220+113=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC71 is #C3238E. Grayscale: #A0A0A0. Windows color (decimal): -12788623 or 7461948. OLE color: 7461948.

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

Color convert

RGB 60 220 113 -
CMYK 0.73 0 0.49 0.14
HSL 139.88º 0.7% 0.55% -
HSV(B) 139.88º 0.73% 0.86% -
XYZ 30.44 53.34 24.31 -
YUV 159.96 101.49 56.7 -
System Red Green Blue C M Y K H S L
Decimal 60 220 113 0.73 0 0.49 0.14 139.88 0.7 0.55
Hex 3C DC 71 49 0 31 E 8C 46 37
Octal 74 334 161 111 0 61 16 214 106 67
Binary 111100 11011100 1110001 1001001 0 110001 1110 10001100 1000110 110111

Color Harmonies of #3CDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC71

Black with #3CDC71

Text Example


Text Example

White with #3CDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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