#3DDA75

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

Shades of Emerald #3DDA75

Tints of Emerald #3DDA75

Color information

#3DDA75 (or 0x3DDA75) is unknown color: approx Emerald. HEX triplet: 3D, DA and 75. RGB value is (61,218,117). Sum of RGB (Red+Green+Blue) = 61+218+117=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA75 is #C2258A. Grayscale: #9F9F9F. Windows color (decimal): -12723595 or 7723581. OLE color: 7723581.

HSL color Cylindrical-coordinate representation of color #3DDA75: hue angle of 141.4º degrees, saturation: 0.68, 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 #3DDA75 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB61218117-
CMYK0.7200.460.15
HSL141.4º67.97%54.71%-
HSV(B)141.4º72.02%85.49%-
XYZ30.2152.4225.36-
YUV159.54103.9957.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.40%
GREEN value IS 218 (85.55% from 255) = 55.05%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=15.40%
G=55.05%
B=29.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal612181170.7200.460.15141.467.9754.71
Hex3DDA754802EF8d4437
Octal753321651100561721510467
Binary111101110110101110101100100001011101111100011011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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