#3FCD85

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

Shades of Emerald #3FCD85

Tints of Emerald #3FCD85

Color information

#3FCD85 (or 0x3FCD85) is unknown color: approx Emerald. HEX triplet: 3F, CD and 85. RGB value is (63,205,133). Sum of RGB (Red+Green+Blue) = 63+205+133=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD85 is #C0327A. Grayscale: #9A9A9A. Windows color (decimal): -12595835 or 8768831. OLE color: 8768831.

HSL color Cylindrical-coordinate representation of color #3FCD85: hue angle of 149.58º 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 #3FCD85 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB63205133-
CMYK0.6900.350.20
HSL149.58º58.68%52.55%-
HSV(B)149.58º69.27%80.39%-
XYZ28.1146.4129.67-
YUV154.33115.9662.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.71%
GREEN value IS 205 (80.47% from 255) = 51.12%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=15.71%
G=51.12%
B=33.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal632051330.6900.350.20149.5858.6852.55
Hex3FCD854502314963b35
Octal77315205105043242267365
Binary1111111100110110000101100010101000111010010010110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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