#3FD85C

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

Shades of Emerald #3FD85C

Tints of Emerald #3FD85C

Color information

#3FD85C (or 0x3FD85C) is unknown color: approx Emerald. HEX triplet: 3F, D8 and 5C. RGB value is (63,216,92). Sum of RGB (Red+Green+Blue) = 63+216+92=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD85C is #C027A3. Grayscale: #9C9C9C. Windows color (decimal): -12593060 or 6084671. OLE color: 6084671.

HSL color Cylindrical-coordinate representation of color #3FD85C: hue angle of 131.37º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD85C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB6321692-
CMYK0.7100.570.15
HSL131.37º66.23%54.71%-
HSV(B)131.37º70.83%84.71%-
XYZ28.5450.9418.45-
YUV156.1291.8161.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.98%
GREEN value IS 216 (84.77% from 255) = 58.22%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=16.98%
G=58.22%
B=24.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal63216920.7100.570.15131.3766.2354.71
Hex3FD85C47039F834237
Octal773301341070711720310267
Binary111111110110001011100100011101110011111100000111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,216,92); }

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

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

 a { background-color: rgb(63,216,92); }

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

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

 span { border-color: rgb(63,216,92); }

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