#3DD75D

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

Shades of Emerald #3DD75D

Tints of Emerald #3DD75D

Color information

#3DD75D (or 0x3DD75D) is unknown color: approx Emerald. HEX triplet: 3D, D7 and 5D. RGB value is (61,215,93). Sum of RGB (Red+Green+Blue) = 61+215+93=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD75D is #C228A2. Grayscale: #9B9B9B. Windows color (decimal): -12724387 or 6149949. OLE color: 6149949.

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

Color convert

RGB6121593-
CMYK0.7200.570.16
HSL132.47º65.81%54.12%-
HSV(B)132.47º71.63%84.31%-
XYZ28.250.3818.59-
YUV155.0592.9860.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 215 (84.38% from 255) = 58.27%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=16.53%
G=58.27%
B=25.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61215930.7200.570.16132.4765.8154.12
Hex3DD75D4803910844236
Octal753271351100712020410266
Binary1111011101011110111011001000011100110000100001001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,215,93); }

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

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

 a { background-color: rgb(61,215,93); }

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

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

 span { border-color: rgb(61,215,93); }

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