Html Css Color HEX #3DD685 Emerald

📋 copy color: '#3DD685'

red 61 ◦ green 214 ◦ blue 133

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

Shades of Emerald #3DD685

Tints of Emerald #3DD685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.45%

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 14.95%
G = 52.45%
B = 32.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#3DD685 (or 0x3DD685) is known color: Emerald. HEX triplet: 3D, D6 and 85. RGB value is (61,214,133). Sum of RGB (Red+Green+Blue) = 61+214+133=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD685 is #C2297A. Grayscale: #9F9F9F. Windows color (decimal): -12724603 or 8771133. OLE color: 8771133.

HSL color Cylindrical-coordinate representation of color #3DD685: hue angle of 148.24º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD685 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 214 133 -
CMYK 0.71 0 0.38 0.16
HSL 148.24º 0.65% 0.54% -
HSV(B) 148.24º 0.71% 0.84% -
XYZ 30.2 50.78 30.4 -
YUV 159.02 113.31 58.09 -
System Red Green Blue C M Y K H S L
Decimal 61 214 133 0.71 0 0.38 0.16 148.24 0.65 0.54
Hex 3D D6 85 47 0 26 10 94 41 36
Octal 75 326 205 107 0 46 20 224 101 66
Binary 111101 11010110 10000101 1000111 0 100110 10000 10010100 1000001 110110

Color Harmonies of #3DD685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD685

Black with #3DD685

Text Example


Text Example

White with #3DD685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,214,133); }

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

background-color css

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

 a { background-color: rgb(61,214,133); }

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

border-color css

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

 span { border-color: rgb(61,214,133); }

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