#3DDD68

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

Shades of Emerald #3DDD68

Tints of Emerald #3DDD68

Color information

#3DDD68 (or 0x3DDD68) is unknown color: approx Emerald. HEX triplet: 3D, DD and 68. RGB value is (61,221,104). Sum of RGB (Red+Green+Blue) = 61+221+104=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD68 is #C22297. Grayscale: #A0A0A0. Windows color (decimal): -12722840 or 6872381. OLE color: 6872381.

HSL color Cylindrical-coordinate representation of color #3DDD68: hue angle of 136.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD68 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB61221104-
CMYK0.7200.530.13
HSL136.12º70.18%55.29%-
HSV(B)136.12º72.4%86.67%-
XYZ30.2853.721.87-
YUV159.8296.4957.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.80%
GREEN value IS 221 (86.72% from 255) = 57.25%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=15.80%
G=57.25%
B=26.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal612211040.7200.530.13136.1270.1855.29
Hex3DDD6848035D884637
Octal753351501100651521010667
Binary111101110111011101000100100001101011101100010001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,221,104); }

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

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

 a { background-color: rgb(61,221,104); }

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

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

 span { border-color: rgb(61,221,104); }

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