#3FCD61

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

Shades of Emerald #3FCD61

Tints of Emerald #3FCD61

Color information

#3FCD61 (or 0x3FCD61) is unknown color: approx Emerald. HEX triplet: 3F, CD and 61. RGB value is (63,205,97). Sum of RGB (Red+Green+Blue) = 63+205+97=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD61 is #C0329E. Grayscale: #969696. Windows color (decimal): -12595871 or 6409535. OLE color: 6409535.

HSL color Cylindrical-coordinate representation of color #3FCD61: hue angle of 134.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD61 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB6320597-
CMYK0.6900.530.20
HSL134.37º58.68%52.55%-
HSV(B)134.37º69.27%80.39%-
XYZ26.0445.5818.74-
YUV150.2397.9665.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.26%
GREEN value IS 205 (80.47% from 255) = 56.16%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=17.26%
G=56.16%
B=26.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63205970.6900.530.20134.3758.6852.55
Hex3FCD614503514863b35
Octal77315141105065242067365
Binary111111110011011100001100010101101011010010000110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,205,97); }

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

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

 a { background-color: rgb(63,205,97); }

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

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

 span { border-color: rgb(63,205,97); }

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