Html Css Color HEX #3DD575 Emerald

📋 copy color: '#3DD575'

red 61 ◦ green 213 ◦ blue 117

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

Shades of Emerald #3DD575

Tints of Emerald #3DD575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.48%

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

R = 15.6%
G = 54.48%
B = 29.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#3DD575 (or 0x3DD575) is known color: Emerald. HEX triplet: 3D, D5 and 75. RGB value is (61,213,117). Sum of RGB (Red+Green+Blue) = 61+213+117=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD575 is #C22A8A. Grayscale: #9C9C9C. Windows color (decimal): -12724875 or 7722301. OLE color: 7722301.

HSL color Cylindrical-coordinate representation of color #3DD575: hue angle of 142.11º degrees, saturation: 0.64, 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 #3DD575 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 213 117 -
CMYK 0.71 0 0.45 0.16
HSL 142.11º 0.64% 0.54% -
HSV(B) 142.11º 0.71% 0.84% -
XYZ 28.93 49.86 24.93 -
YUV 156.61 105.64 59.81 -
System Red Green Blue C M Y K H S L
Decimal 61 213 117 0.71 0 0.45 0.16 142.11 0.64 0.54
Hex 3D D5 75 47 0 2D 10 8E 40 36
Octal 75 325 165 107 0 55 20 216 100 66
Binary 111101 11010101 1110101 1000111 0 101101 10000 10001110 1000000 110110

Color Harmonies of #3DD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD575

Black with #3DD575

Text Example


Text Example

White with #3DD575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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