#3DDB5E

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

Shades of Emerald #3DDB5E

Tints of Emerald #3DDB5E

Color information

#3DDB5E (or 0x3DDB5E) is unknown color: approx Emerald. HEX triplet: 3D, DB and 5E. RGB value is (61,219,94). Sum of RGB (Red+Green+Blue) = 61+219+94=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDB5E is #C224A1. Grayscale: #9D9D9D. Windows color (decimal): -12723362 or 6216509. OLE color: 6216509.

HSL color Cylindrical-coordinate representation of color #3DDB5E: hue angle of 132.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB5E is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB6121994-
CMYK0.7200.570.14
HSL132.53º68.7%54.9%-
HSV(B)132.53º72.15%85.88%-
XYZ29.2852.4619.17-
YUV157.5192.1559.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 219 (85.94% from 255) = 58.56%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=16.31%
G=58.56%
B=25.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61219940.7200.570.14132.5368.754.9
Hex3DDB5E48039E854537
Octal753331361100711620510567
Binary111101110110111011110100100001110011110100001011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,219,94); }

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

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

 a { background-color: rgb(61,219,94); }

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

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

 span { border-color: rgb(61,219,94); }

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