Html Css Color HEX #3CDC5D Emerald

📋 copy color: '#3CDC5D'

red 60 ◦ green 220 ◦ blue 93

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

Shades of Emerald #3CDC5D

Tints of Emerald #3CDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 16.09%
G = 58.98%
B = 24.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#3CDC5D (or 0x3CDC5D) is known color: Emerald. HEX triplet: 3C, DC and 5D. RGB value is (60,220,93). Sum of RGB (Red+Green+Blue) = 60+220+93=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC5D is #C323A2. Grayscale: #9E9E9E. Windows color (decimal): -12788643 or 6151228. OLE color: 6151228.

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

Color convert

RGB 60 220 93 -
CMYK 0.73 0 0.58 0.14
HSL 132.38º 0.7% 0.55% -
HSV(B) 132.38º 0.73% 0.86% -
XYZ 29.43 52.94 19.02 -
YUV 157.68 91.49 58.33 -
System Red Green Blue C M Y K H S L
Decimal 60 220 93 0.73 0 0.58 0.14 132.38 0.7 0.55
Hex 3C DC 5D 49 0 3A E 84 46 37
Octal 74 334 135 111 0 72 16 204 106 67
Binary 111100 11011100 1011101 1001001 0 111010 1110 10000100 1000110 110111

Color Harmonies of #3CDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC5D

Black with #3CDC5D

Text Example


Text Example

White with #3CDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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