#3DD95C

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

Shades of Emerald #3DD95C

Tints of Emerald #3DD95C

Color information

#3DD95C (or 0x3DD95C) is unknown color: approx Emerald. HEX triplet: 3D, D9 and 5C. RGB value is (61,217,92). Sum of RGB (Red+Green+Blue) = 61+217+92=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD95C is #C226A3. Grayscale: #9C9C9C. Windows color (decimal): -12723876 or 6084925. OLE color: 6084925.

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

Color convert

RGB6121792-
CMYK0.7200.580.15
HSL131.92º67.24%54.51%-
HSV(B)131.92º71.89%85.1%-
XYZ28.6751.3918.53-
YUV156.1191.8260.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 217 (85.16% from 255) = 58.65%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=16.49%
G=58.65%
B=24.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61217920.7200.580.15131.9267.2454.51
Hex3DD95C4803AF844337
Octal753311341100721720410367
Binary111101110110011011100100100001110101111100001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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