Html Css Color HEX #3DCD5C Emerald

📋 copy color: '#3DCD5C'

red 61 ◦ green 205 ◦ blue 92

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

Shades of Emerald #3DCD5C

Tints of Emerald #3DCD5C

RGB

 RED value IS 61 (24.22% from 255) = 17.04%

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

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 17.04%
G = 57.26%
B = 25.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#3DCD5C (or 0x3DCD5C) is known color: Emerald. HEX triplet: 3D, CD and 5C. RGB value is (61,205,92). Sum of RGB (Red+Green+Blue) = 61+205+92=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD5C is #C232A3. Grayscale: #959595. Windows color (decimal): -12726948 or 6081853. OLE color: 6081853.

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

Color convert

RGB 61 205 92 -
CMYK 0.70 0 0.55 0.20
HSL 132.92º 0.59% 0.52% -
HSV(B) 132.92º 0.7% 0.8% -
XYZ 25.69 45.43 17.54 -
YUV 149.06 95.79 65.19 -
System Red Green Blue C M Y K H S L
Decimal 61 205 92 0.70 0 0.55 0.20 132.92 0.59 0.52
Hex 3D CD 5C 46 0 37 14 85 3B 34
Octal 75 315 134 106 0 67 24 205 73 64
Binary 111101 11001101 1011100 1000110 0 110111 10100 10000101 111011 110100

Color Harmonies of #3DCD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD5C

Black with #3DCD5C

Text Example


Text Example

White with #3DCD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,205,92); }

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

background-color css

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

 a { background-color: rgb(61,205,92); }

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

border-color css

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

 span { border-color: rgb(61,205,92); }

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