Html Css Color HEX #3DCD60 Emerald

📋 copy color: '#3DCD60'

red 61 ◦ green 205 ◦ blue 96

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

Shades of Emerald #3DCD60

Tints of Emerald #3DCD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 16.85%
G = 56.63%
B = 26.52%

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

#3DCD60 (or 0x3DCD60) is known color: Emerald. HEX triplet: 3D, CD and 60. RGB value is (61,205,96). Sum of RGB (Red+Green+Blue) = 61+205+96=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD60 is #C2329F. Grayscale: #959595. Windows color (decimal): -12726944 or 6343997. OLE color: 6343997.

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

Color convert

RGB 61 205 96 -
CMYK 0.70 0 0.53 0.20
HSL 134.58º 0.59% 0.52% -
HSV(B) 134.58º 0.7% 0.8% -
XYZ 25.87 45.5 18.49 -
YUV 149.52 97.79 64.86 -
System Red Green Blue C M Y K H S L
Decimal 61 205 96 0.70 0 0.53 0.20 134.58 0.59 0.52
Hex 3D CD 60 46 0 35 14 87 3B 34
Octal 75 315 140 106 0 65 24 207 73 64
Binary 111101 11001101 1100000 1000110 0 110101 10100 10000111 111011 110100

Color Harmonies of #3DCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD60

Black with #3DCD60

Text Example


Text Example

White with #3DCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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