Html Css Color HEX #3CDC5E Emerald

📋 copy color: '#3CDC5E'

red 60 ◦ green 220 ◦ blue 94

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

Shades of Emerald #3CDC5E

Tints of Emerald #3CDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.13%

R = 16.04%
G = 58.82%
B = 25.13%

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

#3CDC5E (or 0x3CDC5E) is known color: Emerald. HEX triplet: 3C, DC and 5E. RGB value is (60,220,94). Sum of RGB (Red+Green+Blue) = 60+220+94=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC5E is #C323A1. Grayscale: #9E9E9E. Windows color (decimal): -12788642 or 6216764. OLE color: 6216764.

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

Color convert

RGB 60 220 94 -
CMYK 0.73 0 0.57 0.14
HSL 132.75º 0.7% 0.55% -
HSV(B) 132.75º 0.73% 0.86% -
XYZ 29.48 52.96 19.26 -
YUV 157.8 91.99 58.25 -
System Red Green Blue C M Y K H S L
Decimal 60 220 94 0.73 0 0.57 0.14 132.75 0.7 0.55
Hex 3C DC 5E 49 0 39 E 85 46 37
Octal 74 334 136 111 0 71 16 205 106 67
Binary 111100 11011100 1011110 1001001 0 111001 1110 10000101 1000110 110111

Color Harmonies of #3CDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC5E

Black with #3CDC5E

Text Example


Text Example

White with #3CDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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