Html Css Color HEX #3DCD5D Emerald

📋 copy color: '#3DCD5D'

red 61 ◦ green 205 ◦ blue 93

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

Shades of Emerald #3DCD5D

Tints of Emerald #3DCD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 16.99%
G = 57.1%
B = 25.91%

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

#3DCD5D (or 0x3DCD5D) is known color: Emerald. HEX triplet: 3D, CD and 5D. RGB value is (61,205,93). Sum of RGB (Red+Green+Blue) = 61+205+93=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD5D is #C232A2. Grayscale: #959595. Windows color (decimal): -12726947 or 6147389. OLE color: 6147389.

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

Color convert

RGB 61 205 93 -
CMYK 0.70 0 0.55 0.20
HSL 133.33º 0.59% 0.52% -
HSV(B) 133.33º 0.7% 0.8% -
XYZ 25.73 45.45 17.77 -
YUV 149.18 96.29 65.11 -
System Red Green Blue C M Y K H S L
Decimal 61 205 93 0.70 0 0.55 0.20 133.33 0.59 0.52
Hex 3D CD 5D 46 0 37 14 85 3B 34
Octal 75 315 135 106 0 67 24 205 73 64
Binary 111101 11001101 1011101 1000110 0 110111 10100 10000101 111011 110100

Color Harmonies of #3DCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD5D

Black with #3DCD5D

Text Example


Text Example

White with #3DCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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