#3dc85f

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

Shades of Emerald #3DC85F

Tints of Emerald #3DC85F

Color information

#3DC85F (or 0x3DC85F) is unknown color: approx Emerald. HEX triplet: 3D, C8 and 5F. RGB value is (61,200,95). Sum of RGB (Red+Green+Blue) = 61+200+95=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC85F is #C237A0. Grayscale: #929292. Windows color (decimal): -12728225 or 6277181. OLE color: 6277181.

HSL color Cylindrical-coordinate representation of color #3DC85F: hue angle of 134.68º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC85F is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB6120095-
CMYK0.6900.520.22
HSL134.68º55.82%51.18%-
HSV(B)134.68º69.5%78.43%-
XYZ24.6443.1317.85-
YUV146.4798.9567.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 200 (78.52% from 255) = 56.18%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=17.13%
G=56.18%
B=26.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61200950.6900.520.22134.6855.8251.18
Hex3DC85F4503416873833
Octal75310137105064262077063
Binary111101110010001011111100010101101001011010000111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dc85f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,200,95); }

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

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

 a { background-color: rgb(61,200,95); }

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

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

 span { border-color: rgb(61,200,95); }

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