Html Css Color HEX #3CDC5F Emerald

📋 copy color: '#3CDC5F'

red 60 ◦ green 220 ◦ blue 95

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

Shades of Emerald #3CDC5F

Tints of Emerald #3CDC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.33%

R = 16%
G = 58.67%
B = 25.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#3CDC5F (or 0x3CDC5F) is known color: Emerald. HEX triplet: 3C, DC and 5F. RGB value is (60,220,95). Sum of RGB (Red+Green+Blue) = 60+220+95=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC5F is #C323A0. Grayscale: #9E9E9E. Windows color (decimal): -12788641 or 6282300. OLE color: 6282300.

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

Color convert

RGB 60 220 95 -
CMYK 0.73 0 0.57 0.14
HSL 133.13º 0.7% 0.55% -
HSV(B) 133.13º 0.73% 0.86% -
XYZ 29.52 52.97 19.5 -
YUV 157.91 92.49 58.16 -
System Red Green Blue C M Y K H S L
Decimal 60 220 95 0.73 0 0.57 0.14 133.13 0.7 0.55
Hex 3C DC 5F 49 0 39 E 85 46 37
Octal 74 334 137 111 0 71 16 205 106 67
Binary 111100 11011100 1011111 1001001 0 111001 1110 10000101 1000110 110111

Color Harmonies of #3CDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC5F

Black with #3CDC5F

Text Example


Text Example

White with #3CDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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