#3DDC67

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

Shades of Emerald #3DDC67

Tints of Emerald #3DDC67

Color information

#3DDC67 (or 0x3DDC67) is unknown color: approx Emerald. HEX triplet: 3D, DC and 67. RGB value is (61,220,103). Sum of RGB (Red+Green+Blue) = 61+220+103=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC67 is #C22398. Grayscale: #9F9F9F. Windows color (decimal): -12723097 or 6806589. OLE color: 6806589.

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

Color convert

RGB61220103-
CMYK0.7200.530.14
HSL135.85º69.43%55.1%-
HSV(B)135.85º72.27%86.27%-
XYZ29.9753.1621.51-
YUV159.1296.3258.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.89%
GREEN value IS 220 (86.33% from 255) = 57.29%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=15.89%
G=57.29%
B=26.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612201030.7200.530.14135.8569.4355.1
Hex3DDC6748035E884537
Octal753341471100651621010567
Binary111101110111001100111100100001101011110100010001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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