#3DD95A

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

Shades of Emerald #3DD95A

Tints of Emerald #3DD95A

Color information

#3DD95A (or 0x3DD95A) is unknown color: approx Emerald. HEX triplet: 3D, D9 and 5A. RGB value is (61,217,90). Sum of RGB (Red+Green+Blue) = 61+217+90=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD95A is #C226A5. Grayscale: #9C9C9C. Windows color (decimal): -12723878 or 5953853. OLE color: 5953853.

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

Color convert

RGB6121790-
CMYK0.7200.590.15
HSL131.15º67.24%54.51%-
HSV(B)131.15º71.89%85.1%-
XYZ28.5851.3618.08-
YUV155.8890.8260.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 217 (85.16% from 255) = 58.97%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=16.58%
G=58.97%
B=24.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61217900.7200.590.15131.1567.2454.51
Hex3DD95A4803BF834337
Octal753311321100731720310367
Binary111101110110011011010100100001110111111100000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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