#3DD967

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

Shades of Emerald #3DD967

Tints of Emerald #3DD967

Color information

#3DD967 (or 0x3DD967) is unknown color: approx Emerald. HEX triplet: 3D, D9 and 67. RGB value is (61,217,103). Sum of RGB (Red+Green+Blue) = 61+217+103=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD967 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD967 is #C22698. Grayscale: #9D9D9D. Windows color (decimal): -12723865 or 6805821. OLE color: 6805821.

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

Color convert

RGB61217103-
CMYK0.7200.530.15
HSL136.15º67.24%54.51%-
HSV(B)136.15º71.89%85.1%-
XYZ29.1951.621.25-
YUV157.3697.3259.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 217 (85.16% from 255) = 56.96%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=16.01%
G=56.96%
B=27.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal612171030.7200.530.15136.1567.2454.51
Hex3DD96748035F884337
Octal753311471100651721010367
Binary111101110110011100111100100001101011111100010001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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