#3DD576

Color #3DD576 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3DD576

Tints of Emerald #3DD576

Color information

#3DD576 (or 0x3DD576) is unknown color: approx Emerald. HEX triplet: 3D, D5 and 76. RGB value is (61,213,118). Sum of RGB (Red+Green+Blue) = 61+213+118=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD576 is #C22A89. Grayscale: #9C9C9C. Windows color (decimal): -12724874 or 7787837. OLE color: 7787837.

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

Color convert

RGB61213118-
CMYK0.7100.450.16
HSL142.5º64.41%53.73%-
HSV(B)142.5º71.36%83.53%-
XYZ28.9949.8925.24-
YUV156.72106.1459.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 213 (83.59% from 255) = 54.34%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=15.56%
G=54.34%
B=30.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612131180.7100.450.16142.564.4153.73
Hex3DD5764702D108e4036
Octal753251661070552021610066
Binary1111011101010111101101000111010110110000100011101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DD576;
 }
 .AnyTagClassName
 {
   color: #3DD576;
 }
</style>
background-color css

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

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

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

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

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

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