Html Css Color HEX #3CDC75 Emerald

📋 copy color: '#3CDC75'

red 60 ◦ green 220 ◦ blue 117

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

Shades of Emerald #3CDC75

Tints of Emerald #3CDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 15.11%
G = 55.42%
B = 29.47%

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

#3CDC75 (or 0x3CDC75) is known color: Emerald. HEX triplet: 3C, DC and 75. RGB value is (60,220,117). Sum of RGB (Red+Green+Blue) = 60+220+117=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC75 is #C3238A. Grayscale: #A0A0A0. Windows color (decimal): -12788619 or 7724092. OLE color: 7724092.

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

Color convert

RGB 60 220 117 -
CMYK 0.73 0 0.47 0.14
HSL 141.38º 0.7% 0.55% -
HSV(B) 141.38º 0.73% 0.86% -
XYZ 30.67 53.43 25.53 -
YUV 160.42 103.49 56.38 -
System Red Green Blue C M Y K H S L
Decimal 60 220 117 0.73 0 0.47 0.14 141.38 0.7 0.55
Hex 3C DC 75 49 0 2F E 8D 46 37
Octal 74 334 165 111 0 57 16 215 106 67
Binary 111100 11011100 1110101 1001001 0 101111 1110 10001101 1000110 110111

Color Harmonies of #3CDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC75

Black with #3CDC75

Text Example


Text Example

White with #3CDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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