Html Css Color HEX #3CCD70 Emerald

📋 copy color: '#3CCD70'

red 60 ◦ green 205 ◦ blue 112

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

Shades of Emerald #3CCD70

Tints of Emerald #3CCD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.38%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 15.92%
G = 54.38%
B = 29.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#3CCD70 (or 0x3CCD70) is known color: Emerald. HEX triplet: 3C, CD and 70. RGB value is (60,205,112). Sum of RGB (Red+Green+Blue) = 60+205+112=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCD70 is #C3328F. Grayscale: #979797. Windows color (decimal): -12792464 or 7392572. OLE color: 7392572.

HSL color Cylindrical-coordinate representation of color #3CCD70: hue angle of 141.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCD70 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 205 112 -
CMYK 0.71 0 0.45 0.20
HSL 141.52º 0.59% 0.52% -
HSV(B) 141.52º 0.71% 0.8% -
XYZ 26.62 45.79 22.77 -
YUV 151.04 105.96 63.06 -
System Red Green Blue C M Y K H S L
Decimal 60 205 112 0.71 0 0.45 0.20 141.52 0.59 0.52
Hex 3C CD 70 47 0 2D 14 8E 3B 34
Octal 74 315 160 107 0 55 24 216 73 64
Binary 111100 11001101 1110000 1000111 0 101101 10100 10001110 111011 110100

Color Harmonies of #3CCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCD70

Black with #3CCD70

Text Example


Text Example

White with #3CCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,205,112); }

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

background-color css

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

 a { background-color: rgb(60,205,112); }

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

border-color css

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

 span { border-color: rgb(60,205,112); }

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