Html Css Color HEX #3DCD76 Emerald

📋 copy color: '#3DCD76'

red 61 ◦ green 205 ◦ blue 118

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

Shades of Emerald #3DCD76

Tints of Emerald #3DCD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 15.89%
G = 53.39%
B = 30.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#3DCD76 (or 0x3DCD76) is known color: Emerald. HEX triplet: 3D, CD and 76. RGB value is (61,205,118). Sum of RGB (Red+Green+Blue) = 61+205+118=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD76 is #C23289. Grayscale: #989898. Windows color (decimal): -12726922 or 7785789. OLE color: 7785789.

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

Color convert

RGB 61 205 118 -
CMYK 0.70 0 0.42 0.20
HSL 143.75º 0.59% 0.52% -
HSV(B) 143.75º 0.7% 0.8% -
XYZ 27.03 45.96 24.59 -
YUV 152.03 108.79 63.07 -
System Red Green Blue C M Y K H S L
Decimal 61 205 118 0.70 0 0.42 0.20 143.75 0.59 0.52
Hex 3D CD 76 46 0 2A 14 90 3B 34
Octal 75 315 166 106 0 52 24 220 73 64
Binary 111101 11001101 1110110 1000110 0 101010 10100 10010000 111011 110100

Color Harmonies of #3DCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD76

Black with #3DCD76

Text Example


Text Example

White with #3DCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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