Html Css Color HEX #3DCD77 Emerald

📋 copy color: '#3DCD77'

red 61 ◦ green 205 ◦ blue 119

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

Shades of Emerald #3DCD77

Tints of Emerald #3DCD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 15.84%
G = 53.25%
B = 30.91%

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

#3DCD77 (or 0x3DCD77) is known color: Emerald. HEX triplet: 3D, CD and 77. RGB value is (61,205,119). Sum of RGB (Red+Green+Blue) = 61+205+119=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD77 is #C23288. Grayscale: #989898. Windows color (decimal): -12726921 or 7851325. OLE color: 7851325.

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

Color convert

RGB 61 205 119 -
CMYK 0.70 0 0.42 0.20
HSL 144.17º 0.59% 0.52% -
HSV(B) 144.17º 0.7% 0.8% -
XYZ 27.09 45.99 24.9 -
YUV 152.14 109.29 62.99 -
System Red Green Blue C M Y K H S L
Decimal 61 205 119 0.70 0 0.42 0.20 144.17 0.59 0.52
Hex 3D CD 77 46 0 2A 14 90 3B 34
Octal 75 315 167 106 0 52 24 220 73 64
Binary 111101 11001101 1110111 1000110 0 101010 10100 10010000 111011 110100

Color Harmonies of #3DCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD77

Black with #3DCD77

Text Example


Text Example

White with #3DCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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