Html Css Color HEX #3DCD61 Emerald

📋 copy color: '#3DCD61'

red 61 ◦ green 205 ◦ blue 97

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

Shades of Emerald #3DCD61

Tints of Emerald #3DCD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.72%

R = 16.8%
G = 56.47%
B = 26.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#3DCD61 (or 0x3DCD61) is known color: Emerald. HEX triplet: 3D, CD and 61. RGB value is (61,205,97). Sum of RGB (Red+Green+Blue) = 61+205+97=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD61 is #C2329E. Grayscale: #959595. Windows color (decimal): -12726943 or 6409533. OLE color: 6409533.

HSL color Cylindrical-coordinate representation of color #3DCD61: hue angle of 135º 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 #3DCD61 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 61 205 97 -
CMYK 0.70 0 0.53 0.20
HSL 135º 0.59% 0.52% -
HSV(B) 135º 0.7% 0.8% -
XYZ 25.91 45.52 18.73 -
YUV 149.63 98.29 64.78 -
System Red Green Blue C M Y K H S L
Decimal 61 205 97 0.70 0 0.53 0.20 135 0.59 0.52
Hex 3D CD 61 46 0 35 14 87 3B 34
Octal 75 315 141 106 0 65 24 207 73 64
Binary 111101 11001101 1100001 1000110 0 110101 10100 10000111 111011 110100

Color Harmonies of #3DCD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD61

Black with #3DCD61

Text Example


Text Example

White with #3DCD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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