Html Css Color HEX #3DD975 Emerald

📋 copy color: '#3DD975'

red 61 ◦ green 217 ◦ blue 117

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

Shades of Emerald #3DD975

Tints of Emerald #3DD975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.94%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 15.44%
G = 54.94%
B = 29.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#3DD975 (or 0x3DD975) is known color: Emerald. HEX triplet: 3D, D9 and 75. RGB value is (61,217,117). Sum of RGB (Red+Green+Blue) = 61+217+117=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD975 is #C2268A. Grayscale: #9F9F9F. Windows color (decimal): -12723851 or 7723325. OLE color: 7723325.

HSL color Cylindrical-coordinate representation of color #3DD975: hue angle of 141.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD975 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 217 117 -
CMYK 0.72 0 0.46 0.15
HSL 141.54º 0.67% 0.55% -
HSV(B) 141.54º 0.72% 0.85% -
XYZ 29.95 51.9 25.27 -
YUV 158.96 104.32 58.13 -
System Red Green Blue C M Y K H S L
Decimal 61 217 117 0.72 0 0.46 0.15 141.54 0.67 0.55
Hex 3D D9 75 48 0 2E F 8E 43 37
Octal 75 331 165 110 0 56 17 216 103 67
Binary 111101 11011001 1110101 1001000 0 101110 1111 10001110 1000011 110111

Color Harmonies of #3DD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD975

Black with #3DD975

Text Example


Text Example

White with #3DD975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,217,117); }

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

background-color css

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

 a { background-color: rgb(61,217,117); }

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

border-color css

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

 span { border-color: rgb(61,217,117); }

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