#3DDF65

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

Shades of Emerald #3DDF65

Tints of Emerald #3DDF65

Color information

#3DDF65 (or 0x3DDF65) is unknown color: approx Emerald. HEX triplet: 3D, DF and 65. RGB value is (61,223,101). Sum of RGB (Red+Green+Blue) = 61+223+101=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF65 is #C2209A. Grayscale: #A0A0A0. Windows color (decimal): -12722331 or 6676285. OLE color: 6676285.

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

Color convert

RGB61223101-
CMYK0.7300.550.13
HSL134.81º71.68%55.69%-
HSV(B)134.81º72.65%87.45%-
XYZ30.6654.7121.26-
YUV160.6594.3356.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.84%
GREEN value IS 223 (87.5% from 255) = 57.92%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=15.84%
G=57.92%
B=26.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal612231010.7300.550.13134.8171.6855.69
Hex3DDF6549037D874838
Octal753371451110671520711070
Binary111101110111111100101100100101101111101100001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,223,101); }

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

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

 a { background-color: rgb(61,223,101); }

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

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

 span { border-color: rgb(61,223,101); }

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